public class UpdateMissionGroupModelMasterRequest extends Gs2BasicRequest<UpdateMissionGroupModelMasterRequest>
| Constructor and Description |
|---|
UpdateMissionGroupModelMasterRequest() |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic UpdateMissionGroupModelMasterRequest()
public String getNamespaceName()
public void setNamespaceName(String namespaceName)
public UpdateMissionGroupModelMasterRequest withNamespaceName(String namespaceName)
public String getMissionGroupName()
public void setMissionGroupName(String missionGroupName)
public UpdateMissionGroupModelMasterRequest withMissionGroupName(String missionGroupName)
public String getMetadata()
public void setMetadata(String metadata)
public UpdateMissionGroupModelMasterRequest withMetadata(String metadata)
public String getDescription()
public void setDescription(String description)
public UpdateMissionGroupModelMasterRequest withDescription(String description)
public String getResetType()
public void setResetType(String resetType)
public UpdateMissionGroupModelMasterRequest withResetType(String resetType)
public Integer getResetDayOfMonth()
public void setResetDayOfMonth(Integer resetDayOfMonth)
public UpdateMissionGroupModelMasterRequest withResetDayOfMonth(Integer resetDayOfMonth)
public String getResetDayOfWeek()
public void setResetDayOfWeek(String resetDayOfWeek)
public UpdateMissionGroupModelMasterRequest withResetDayOfWeek(String resetDayOfWeek)
public Integer getResetHour()
public void setResetHour(Integer resetHour)
public UpdateMissionGroupModelMasterRequest withResetHour(Integer resetHour)
public String getCompleteNotificationNamespaceId()
public void setCompleteNotificationNamespaceId(String completeNotificationNamespaceId)
public UpdateMissionGroupModelMasterRequest withCompleteNotificationNamespaceId(String completeNotificationNamespaceId)
public static UpdateMissionGroupModelMasterRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.