Package io.gs2.mission.model
Class MissionGroupModelMaster
java.lang.Object
io.gs2.mission.model.MissionGroupModelMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<MissionGroupModelMaster>
public class MissionGroupModelMaster
extends Object
implements IModel, Serializable, Comparable<MissionGroupModelMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic MissionGroupModelMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetCompleteNotificationNamespaceId(String completeNotificationNamespaceId) voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidsetMetadata(String metadata) voidsetMissionGroupId(String missionGroupId) voidvoidsetResetDayOfMonth(Integer resetDayOfMonth) voidsetResetDayOfWeek(String resetDayOfWeek) voidsetResetHour(Integer resetHour) voidsetResetType(String resetType) voidsetRevision(Long revision) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withCompleteNotificationNamespaceId(String completeNotificationNamespaceId) withCreatedAt(Long createdAt) withDescription(String description) withMetadata(String metadata) withMissionGroupId(String missionGroupId) withResetDayOfMonth(Integer resetDayOfMonth) withResetDayOfWeek(String resetDayOfWeek) withResetHour(Integer resetHour) withResetType(String resetType) withRevision(Long revision) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
MissionGroupModelMaster
public MissionGroupModelMaster()
-
-
Method Details
-
getMissionGroupId
-
setMissionGroupId
-
withMissionGroupId
-
getName
-
setName
-
withName
-
getMetadata
-
setMetadata
-
withMetadata
-
getDescription
-
setDescription
-
withDescription
-
getResetType
-
setResetType
-
withResetType
-
getResetDayOfMonth
-
setResetDayOfMonth
-
withResetDayOfMonth
-
getResetDayOfWeek
-
setResetDayOfWeek
-
withResetDayOfWeek
-
getResetHour
-
setResetHour
-
withResetHour
-
getCompleteNotificationNamespaceId
-
setCompleteNotificationNamespaceId
-
withCompleteNotificationNamespaceId
public MissionGroupModelMaster withCompleteNotificationNamespaceId(String completeNotificationNamespaceId) -
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<MissionGroupModelMaster>
-
hashCode
public int hashCode() -
equals
-