public class SetLatestGainRequest extends io.gs2.control.Gs2BasicRequest<SetLatestGainRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
SetLatestGainRequest.Constant |
| Constructor and Description |
|---|
SetLatestGainRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGoldName()
ゴールドの名前を取得
|
String |
getGoldPoolName()
ゴールドプールの名前を取得
|
String |
getUserId()
ウォレット所有者のユーザIDを取得
|
Long |
getValue()
期間内の取得量を取得
|
void |
setGoldName(String goldName)
ゴールドの名前を設定
|
void |
setGoldPoolName(String goldPoolName)
ゴールドプールの名前を設定
|
void |
setUserId(String userId)
ウォレット所有者のユーザIDを設定
|
void |
setValue(Long value)
期間内の取得量を設定
|
SetLatestGainRequest |
withGoldName(String goldName)
ゴールドの名前を設定
|
SetLatestGainRequest |
withGoldPoolName(String goldPoolName)
ゴールドプールの名前を設定
|
SetLatestGainRequest |
withUserId(String userId)
ウォレット所有者のユーザIDを設定
|
SetLatestGainRequest |
withValue(Long value)
期間内の取得量を設定
|
public String getGoldPoolName()
public void setGoldPoolName(String goldPoolName)
goldPoolName - ゴールドプールの名前public SetLatestGainRequest withGoldPoolName(String goldPoolName)
goldPoolName - ゴールドプールの名前public String getGoldName()
public void setGoldName(String goldName)
goldName - ゴールドの名前public SetLatestGainRequest withGoldName(String goldName)
goldName - ゴールドの名前public String getUserId()
public void setUserId(String userId)
userId - ウォレット所有者のユーザIDpublic SetLatestGainRequest withUserId(String userId)
userId - ウォレット所有者のユーザIDpublic Long getValue()
public void setValue(Long value)
value - 期間内の取得量public SetLatestGainRequest withValue(Long value)
value - 期間内の取得量Copyright © 2016 Game Server Services, Inc. AllRights Reserved.