public class QueryCustomerProfileListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QueryCustomerProfileListRequest() | 
| QueryCustomerProfileListRequest(QueryCustomerProfileListRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getBeginTime()Get 查询开始时间, 单位秒 | 
| String | getCursor()Get 用于分页查询的游标,字符串类型,由上一次调用返回,首次调用可不填 | 
| Long | getEndTime()Get 查询结束时间, 单位秒 | 
| Long | getLimit()Get 分页,预期请求的数据量,取值范围 1 ~ 1000 | 
| void | setBeginTime(Long BeginTime)Set 查询开始时间, 单位秒 | 
| void | setCursor(String Cursor)Set 用于分页查询的游标,字符串类型,由上一次调用返回,首次调用可不填 | 
| void | setEndTime(Long EndTime)Set 查询结束时间, 单位秒 | 
| void | setLimit(Long Limit)Set 分页,预期请求的数据量,取值范围 1 ~ 1000 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic QueryCustomerProfileListRequest()
public QueryCustomerProfileListRequest(QueryCustomerProfileListRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页,预期请求的数据量,取值范围 1 ~ 1000public Long getBeginTime()
public void setBeginTime(Long BeginTime)
BeginTime - 查询开始时间, 单位秒public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 查询结束时间, 单位秒public String getCursor()
public void setCursor(String Cursor)
Cursor - 用于分页查询的游标,字符串类型,由上一次调用返回,首次调用可不填Copyright © 2025. All rights reserved.