public class Subscribe extends Object implements Serializable
| Constructor and Description |
|---|
Subscribe() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt()
作成日時を取得
|
String |
getEndpoint()
通知先を取得
|
String |
getNotificationId()
通知IDを取得
|
String |
getSubscribeId()
通知先IDを取得
|
String |
getType()
通知プロトコルを取得
|
void |
setCreateAt(Long createAt)
作成日時を設定
|
void |
setEndpoint(String endpoint)
通知先を設定
|
void |
setNotificationId(String notificationId)
通知IDを設定
|
void |
setSubscribeId(String subscribeId)
通知先IDを設定
|
void |
setType(String type)
通知プロトコルを設定
|
public String getSubscribeId()
public void setSubscribeId(String subscribeId)
subscribeId - 通知先IDpublic String getNotificationId()
public void setNotificationId(String notificationId)
notificationId - 通知IDpublic String getType()
public void setType(String type)
type - 通知プロトコルpublic String getEndpoint()
public void setEndpoint(String endpoint)
endpoint - 通知先public Long getCreateAt()
public void setCreateAt(Long createAt)
createAt - 作成日時Copyright © 2016 Game Server Services, Inc. AllRights Reserved.