public class UpdateGameRequest extends Gs2BasicRequest<UpdateGameRequest>
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
UpdateGameRequest.Constant |
| コンストラクタと説明 |
|---|
UpdateGameRequest() |
public String getGameName()
public void setGameName(String gameName)
gameName - ゲームの名前public UpdateGameRequest withGameName(String gameName)
gameName - ゲームの名前public String getNotificationUrl()
public void setNotificationUrl(String notificationUrl)
notificationUrl - オフライン転送先URLpublic UpdateGameRequest withNotificationUrl(String notificationUrl)
notificationUrl - オフライン転送先URLpublic String getServiceClass()
public void setServiceClass(String serviceClass)
serviceClass - サービスクラスpublic UpdateGameRequest withServiceClass(String serviceClass)
serviceClass - サービスクラスpublic String getNotificationFirebaseServerKey()
public void setNotificationFirebaseServerKey(String notificationFirebaseServerKey)
notificationFirebaseServerKey - Firebaseのサーバーキーpublic UpdateGameRequest withNotificationFirebaseServerKey(String notificationFirebaseServerKey)
notificationFirebaseServerKey - Firebaseのサーバーキーpublic String getOfflineTransfer()
public void setOfflineTransfer(String offlineTransfer)
offlineTransfer - オフライン転送方式public UpdateGameRequest withOfflineTransfer(String offlineTransfer)
offlineTransfer - オフライン転送方式public String getDescription()
public void setDescription(String description)
description - 説明文public UpdateGameRequest withDescription(String description)
description - 説明文Copyright © 2016 Game Server Services, Inc. AllRights Reserved.