public static class StaffLabelRecordsQueryResponseBody.StaffLabelRecordsQueryResponseBodyContent
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<StaffLabelRecordsQueryResponseBody.StaffLabelRecordsQueryResponseBodyContentData> |
data |
Long |
maxResults
example:
10
|
String |
nextToken |
Long |
totalCountt
example:
100
|
| 构造器和说明 |
|---|
StaffLabelRecordsQueryResponseBodyContent() |
@NameInMap(value="data") public List<StaffLabelRecordsQueryResponseBody.StaffLabelRecordsQueryResponseBodyContentData> data
@NameInMap(value="maxResults") public Long maxResults
10
@NameInMap(value="nextToken") public String nextToken
@NameInMap(value="totalCountt") public Long totalCountt
100
public StaffLabelRecordsQueryResponseBodyContent()
public static StaffLabelRecordsQueryResponseBody.StaffLabelRecordsQueryResponseBodyContent build(Map<String,?> map) throws Exception
Exceptionpublic StaffLabelRecordsQueryResponseBody.StaffLabelRecordsQueryResponseBodyContent setData(List<StaffLabelRecordsQueryResponseBody.StaffLabelRecordsQueryResponseBodyContentData> data)
public List<StaffLabelRecordsQueryResponseBody.StaffLabelRecordsQueryResponseBodyContentData> getData()
public StaffLabelRecordsQueryResponseBody.StaffLabelRecordsQueryResponseBodyContent setMaxResults(Long maxResults)
public Long getMaxResults()
public StaffLabelRecordsQueryResponseBody.StaffLabelRecordsQueryResponseBodyContent setNextToken(String nextToken)
public String getNextToken()
public StaffLabelRecordsQueryResponseBody.StaffLabelRecordsQueryResponseBodyContent setTotalCountt(Long totalCountt)
public Long getTotalCountt()
Copyright © 2025. All rights reserved.