public class DescribeBoxesByUserIdResult extends Object implements io.gs2.model.IResult, Serializable
| Constructor and Description |
|---|
DescribeBoxesByUserIdResult() |
| Modifier and Type | Method and Description |
|---|---|
List<Box> |
getItems()
ボックスのリストを取得
|
String |
getNextPageToken()
リストの続きを取得するためのページトークンを取得
|
void |
setItems(List<Box> items)
ボックスのリストを設定
|
void |
setNextPageToken(String nextPageToken)
リストの続きを取得するためのページトークンを設定
|
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.