public class CreateSubscribeRequest extends Gs2BasicRequest<CreateSubscribeRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSubscribeRequest.Constant |
| Constructor and Description |
|---|
CreateSubscribeRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint()
通知先を取得。
|
String |
getNotificationName()
通知名を取得。
|
String |
getType()
通知プロトコルを取得。
|
void |
setEndpoint(String endpoint)
通知先を設定。
|
void |
setNotificationName(String notificationName)
通知名を設定。
|
void |
setType(String type)
通知プロトコルを設定。
|
CreateSubscribeRequest |
withEndpoint(String endpoint)
通知先を設定。
|
CreateSubscribeRequest |
withNotificationName(String notificationName)
通知名を設定。
|
CreateSubscribeRequest |
withType(String type)
通知プロトコルを設定。
|
public String getNotificationName()
public void setNotificationName(String notificationName)
notificationName - 通知名public CreateSubscribeRequest withNotificationName(String notificationName)
notificationName - 通知名public String getType()
public void setType(String type)
type - 通知プロトコルpublic CreateSubscribeRequest withType(String type)
type - 通知プロトコルpublic String getEndpoint()
public void setEndpoint(String endpoint)
endpoint - 通知先public CreateSubscribeRequest withEndpoint(String endpoint)
endpoint - 通知先Copyright © 2016 Game Server Services, Inc. AllRights Reserved.