public class QueryAllCustomerRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
maxResults |
String |
nextToken |
String |
objectType |
String |
operatorUserId |
构造器和说明 |
---|
QueryAllCustomerRequest() |
限定符和类型 | 方法和说明 |
---|---|
static QueryAllCustomerRequest |
build(Map<String,?> map) |
Long |
getMaxResults() |
String |
getNextToken() |
String |
getObjectType() |
String |
getOperatorUserId() |
QueryAllCustomerRequest |
setMaxResults(Long maxResults) |
QueryAllCustomerRequest |
setNextToken(String nextToken) |
QueryAllCustomerRequest |
setObjectType(String objectType) |
QueryAllCustomerRequest |
setOperatorUserId(String operatorUserId) |
@NameInMap(value="maxResults") public Long maxResults
@NameInMap(value="nextToken") public String nextToken
@NameInMap(value="objectType") public String objectType
@NameInMap(value="operatorUserId") public String operatorUserId
public static QueryAllCustomerRequest build(Map<String,?> map) throws Exception
Exception
public QueryAllCustomerRequest setMaxResults(Long maxResults)
public Long getMaxResults()
public QueryAllCustomerRequest setNextToken(String nextToken)
public String getNextToken()
public QueryAllCustomerRequest setObjectType(String objectType)
public String getObjectType()
public QueryAllCustomerRequest setOperatorUserId(String operatorUserId)
public String getOperatorUserId()
Copyright © 2022. All rights reserved.