Package io.gs2.money.result
Class QueryWalletsResult
java.lang.Object
io.gs2.money.result.QueryWalletsResult
- All Implemented Interfaces:
IResult,Serializable
ウォレット一覧を取得します のレスポンスモデル
- Author:
- Game Server Services, Inc.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItems()ウォレットのリストを取得リストの続きを取得するためのページトークンを取得voidウォレットのリストを設定voidsetNextPageToken(String nextPageToken) リストの続きを取得するためのページトークンを設定
-
Constructor Details
-
QueryWalletsResult
public QueryWalletsResult()
-
-
Method Details
-
getItems
ウォレットのリストを取得- Returns:
- ウォレット一覧を取得します
-
setItems
ウォレットのリストを設定- Parameters:
items- ウォレット一覧を取得します
-
getNextPageToken
リストの続きを取得するためのページトークンを取得- Returns:
- ウォレット一覧を取得します
-
setNextPageToken
リストの続きを取得するためのページトークンを設定- Parameters:
nextPageToken- ウォレット一覧を取得します
-