public class QueryAllCustomerRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
maxResults
example:
100
|
String |
nextToken
example:
100010
if can be null:
true
|
String |
objectType
example:
crm_customer
if can be null:
true
|
String |
operatorUserId
example:
ding_userid
if can be null:
true
|
构造器和说明 |
---|
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
100
@NameInMap(value="nextToken") public String nextToken
100010
if can be null:true
@NameInMap(value="objectType") public String objectType
crm_customer
if can be null:true
@NameInMap(value="operatorUserId") public String operatorUserId
ding_userid
if can be null:true
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 © 2024. All rights reserved.