public class LoginRequest extends io.gs2.control.Gs2BasicRequest<LoginRequest>
| Constructor and Description |
|---|
LoginRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId()
クライアントIDを取得
|
String |
getClientSecret()
クライアントシークレットを取得
|
void |
setClientId(String clientId)
クライアントIDを設定
|
void |
setClientSecret(String clientSecret)
クライアントシークレットを設定
|
LoginRequest |
withClientId(String clientId)
クライアントIDを設定
|
LoginRequest |
withClientSecret(String clientSecret)
クライアントシークレットを設定
|
public String getClientId()
public void setClientId(String clientId)
clientId - プロジェクトトークン を取得しますpublic LoginRequest withClientId(String clientId)
clientId - プロジェクトトークン を取得しますpublic String getClientSecret()
public void setClientSecret(String clientSecret)
clientSecret - プロジェクトトークン を取得しますpublic LoginRequest withClientSecret(String clientSecret)
clientSecret - プロジェクトトークン を取得しますCopyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.