public class GetRecordsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
maxResults |
String |
nextToken |
String |
operatorId
This parameter is required.
|
| 构造器和说明 |
|---|
GetRecordsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetRecordsRequest |
build(Map<String,?> map) |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getOperatorId() |
GetRecordsRequest |
setMaxResults(Integer maxResults) |
GetRecordsRequest |
setNextToken(String nextToken) |
GetRecordsRequest |
setOperatorId(String operatorId) |
@NameInMap(value="maxResults") public Integer maxResults
@NameInMap(value="nextToken") public String nextToken
@NameInMap(value="operatorId") public String operatorId
This parameter is required.
example:union_id
public static GetRecordsRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetRecordsRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public GetRecordsRequest setNextToken(String nextToken)
public String getNextToken()
public GetRecordsRequest setOperatorId(String operatorId)
public String getOperatorId()
Copyright © 2025. All rights reserved.