public class Notification extends Object implements Serializable
| Constructor and Description |
|---|
Notification() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt()
作成日時を取得
|
String |
getDescription()
説明文を取得
|
String |
getName()
通知名を取得
|
String |
getNotificationId()
通知IDを取得
|
String |
getOwnerId()
オーナーIDを取得
|
Long |
getUpdateAt()
更新日時を取得
|
void |
setCreateAt(Long createAt)
作成日時を設定
|
void |
setDescription(String description)
説明文を設定
|
void |
setName(String name)
通知名を設定
|
void |
setNotificationId(String notificationId)
通知IDを設定
|
void |
setOwnerId(String ownerId)
オーナーIDを設定
|
void |
setUpdateAt(Long updateAt)
更新日時を設定
|
public String getNotificationId()
public void setNotificationId(String notificationId)
notificationId - 通知IDpublic String getOwnerId()
public void setOwnerId(String ownerId)
ownerId - オーナーIDpublic String getName()
public void setName(String name)
name - 通知名public String getDescription()
public void setDescription(String description)
description - 説明文public Long getCreateAt()
public void setCreateAt(Long createAt)
createAt - 作成日時public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
updateAt - 更新日時Copyright © 2016 Game Server Services, Inc. AllRights Reserved.