public class QueryIssueStampSheetLogResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
QueryIssueStampSheetLogResult() |
| Modifier and Type | Method and Description |
|---|---|
static QueryIssueStampSheetLogResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
List<IssueStampSheetLog> |
getItems() |
String |
getNextPageToken() |
Long |
getScanSize() |
Long |
getTotalCount() |
void |
setItems(List<IssueStampSheetLog> items) |
void |
setNextPageToken(String nextPageToken) |
void |
setScanSize(Long scanSize) |
void |
setTotalCount(Long totalCount) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
QueryIssueStampSheetLogResult |
withItems(List<IssueStampSheetLog> items) |
QueryIssueStampSheetLogResult |
withNextPageToken(String nextPageToken) |
QueryIssueStampSheetLogResult |
withScanSize(Long scanSize) |
QueryIssueStampSheetLogResult |
withTotalCount(Long totalCount) |
public List<IssueStampSheetLog> getItems()
public void setItems(List<IssueStampSheetLog> items)
public QueryIssueStampSheetLogResult withItems(List<IssueStampSheetLog> items)
public String getNextPageToken()
public void setNextPageToken(String nextPageToken)
public QueryIssueStampSheetLogResult withNextPageToken(String nextPageToken)
public Long getTotalCount()
public void setTotalCount(Long totalCount)
public QueryIssueStampSheetLogResult withTotalCount(Long totalCount)
public Long getScanSize()
public void setScanSize(Long scanSize)
public QueryIssueStampSheetLogResult withScanSize(Long scanSize)
public static QueryIssueStampSheetLogResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.