public class MissionGroupModelMaster extends Object implements Serializable, Comparable<MissionGroupModelMaster>
| Modifier and Type | Field and Description |
|---|---|
protected String |
completeNotificationNamespaceId
ミッションを達成したときの通知先ネームスペース のGRN
|
protected Long |
createdAt
作成日時
|
protected String |
description
ミッショングループの説明
|
protected String |
metadata
メタデータ
|
protected String |
missionGroupId
ミッショングループマスター
|
protected String |
name
ミッショングループ名
|
protected Long |
updatedAt
最終更新日時
|
| Constructor and Description |
|---|
MissionGroupModelMaster() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(MissionGroupModelMaster o) |
boolean |
equals(Object o) |
String |
getCompleteNotificationNamespaceId()
ミッションを達成したときの通知先ネームスペース のGRNを取得
|
Long |
getCreatedAt()
作成日時を取得
|
String |
getDescription()
ミッショングループの説明を取得
|
String |
getMetadata()
メタデータを取得
|
String |
getMissionGroupId()
ミッショングループマスターを取得
|
String |
getName()
ミッショングループ名を取得
|
Long |
getUpdatedAt()
最終更新日時を取得
|
int |
hashCode() |
void |
setCompleteNotificationNamespaceId(String completeNotificationNamespaceId)
ミッションを達成したときの通知先ネームスペース のGRNを設定
|
void |
setCreatedAt(Long createdAt)
作成日時を設定
|
void |
setDescription(String description)
ミッショングループの説明を設定
|
void |
setMetadata(String metadata)
メタデータを設定
|
void |
setMissionGroupId(String missionGroupId)
ミッショングループマスターを設定
|
void |
setName(String name)
ミッショングループ名を設定
|
void |
setUpdatedAt(Long updatedAt)
最終更新日時を設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
MissionGroupModelMaster |
withCompleteNotificationNamespaceId(String completeNotificationNamespaceId)
ミッションを達成したときの通知先ネームスペース のGRNを設定
|
MissionGroupModelMaster |
withCreatedAt(Long createdAt)
作成日時を設定
|
MissionGroupModelMaster |
withDescription(String description)
ミッショングループの説明を設定
|
MissionGroupModelMaster |
withMetadata(String metadata)
メタデータを設定
|
MissionGroupModelMaster |
withMissionGroupId(String missionGroupId)
ミッショングループマスターを設定
|
MissionGroupModelMaster |
withName(String name)
ミッショングループ名を設定
|
MissionGroupModelMaster |
withUpdatedAt(Long updatedAt)
最終更新日時を設定
|
protected String missionGroupId
protected String name
protected String metadata
protected String description
protected String completeNotificationNamespaceId
protected Long createdAt
protected Long updatedAt
public String getMissionGroupId()
public void setMissionGroupId(String missionGroupId)
missionGroupId - ミッショングループマスターpublic MissionGroupModelMaster withMissionGroupId(String missionGroupId)
missionGroupId - ミッショングループマスターpublic String getName()
public void setName(String name)
name - ミッショングループ名public MissionGroupModelMaster withName(String name)
name - ミッショングループ名public String getMetadata()
public void setMetadata(String metadata)
metadata - メタデータpublic MissionGroupModelMaster withMetadata(String metadata)
metadata - メタデータpublic String getDescription()
public void setDescription(String description)
description - ミッショングループの説明public MissionGroupModelMaster withDescription(String description)
description - ミッショングループの説明public String getCompleteNotificationNamespaceId()
public void setCompleteNotificationNamespaceId(String completeNotificationNamespaceId)
completeNotificationNamespaceId - ミッションを達成したときの通知先ネームスペース のGRNpublic MissionGroupModelMaster withCompleteNotificationNamespaceId(String completeNotificationNamespaceId)
completeNotificationNamespaceId - ミッションを達成したときの通知先ネームスペース のGRNpublic Long getCreatedAt()
public void setCreatedAt(Long createdAt)
createdAt - 作成日時public MissionGroupModelMaster withCreatedAt(Long createdAt)
createdAt - 作成日時public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
updatedAt - 最終更新日時public MissionGroupModelMaster withUpdatedAt(Long updatedAt)
updatedAt - 最終更新日時public com.fasterxml.jackson.databind.node.ObjectNode toJson()
public int compareTo(MissionGroupModelMaster o)
compareTo in interface Comparable<MissionGroupModelMaster>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.