public class StaffLabelRecordsQueryRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
StaffLabelRecordsQueryRequest.StaffLabelRecordsQueryRequestBody |
static class |
StaffLabelRecordsQueryRequest.StaffLabelRecordsQueryRequestBodyLabels |
| 限定符和类型 | 字段和说明 |
|---|---|
List<StaffLabelRecordsQueryRequest.StaffLabelRecordsQueryRequestBody> |
body |
String |
dingCorpId
example:
0140180438261064274667
|
Long |
maxResults
example:
10
|
String |
nextToken |
| 构造器和说明 |
|---|
StaffLabelRecordsQueryRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static StaffLabelRecordsQueryRequest |
build(Map<String,?> map) |
List<StaffLabelRecordsQueryRequest.StaffLabelRecordsQueryRequestBody> |
getBody() |
String |
getDingCorpId() |
Long |
getMaxResults() |
String |
getNextToken() |
StaffLabelRecordsQueryRequest |
setBody(List<StaffLabelRecordsQueryRequest.StaffLabelRecordsQueryRequestBody> body) |
StaffLabelRecordsQueryRequest |
setDingCorpId(String dingCorpId) |
StaffLabelRecordsQueryRequest |
setMaxResults(Long maxResults) |
StaffLabelRecordsQueryRequest |
setNextToken(String nextToken) |
@NameInMap(value="body") public List<StaffLabelRecordsQueryRequest.StaffLabelRecordsQueryRequestBody> body
@NameInMap(value="dingCorpId") public String dingCorpId
0140180438261064274667
@NameInMap(value="maxResults") public Long maxResults
10
@NameInMap(value="nextToken") public String nextToken
public static StaffLabelRecordsQueryRequest build(Map<String,?> map) throws Exception
Exceptionpublic StaffLabelRecordsQueryRequest setBody(List<StaffLabelRecordsQueryRequest.StaffLabelRecordsQueryRequestBody> body)
public List<StaffLabelRecordsQueryRequest.StaffLabelRecordsQueryRequestBody> getBody()
public StaffLabelRecordsQueryRequest setDingCorpId(String dingCorpId)
public String getDingCorpId()
public StaffLabelRecordsQueryRequest setMaxResults(Long maxResults)
public Long getMaxResults()
public StaffLabelRecordsQueryRequest setNextToken(String nextToken)
public String getNextToken()
Copyright © 2025. All rights reserved.