public class QueryT1IndirectCustomersDetailRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
QueryT1IndirectCustomersDetailRequest() |
QueryT1IndirectCustomersDetailRequest(QueryT1IndirectCustomersDetailRequest 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 |
getPage()
Get Pagination parameter: current page number.
|
Long |
getPageSize()
Get Pagination parameter, indicates the number of entries per page.
|
Long |
getSubAgentUin()
Get Second-level reseller UIN.
|
void |
setPage(Long Page)
Set Pagination parameter: current page number.
|
void |
setPageSize(Long PageSize)
Set Pagination parameter, indicates the number of entries per page.
|
void |
setSubAgentUin(Long SubAgentUin)
Set Second-level reseller UIN.
|
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 QueryT1IndirectCustomersDetailRequest()
public QueryT1IndirectCustomersDetailRequest(QueryT1IndirectCustomersDetailRequest source)
public Long getSubAgentUin()
public void setSubAgentUin(Long SubAgentUin)
SubAgentUin - Second-level reseller UIN.public Long getPage()
public void setPage(Long Page)
Page - Pagination parameter: current page number. it starts from 1.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Pagination parameter, indicates the number of entries per page. supports [1, 100] data entries per request.Copyright © 2025. All rights reserved.