public class DescribeAgentCorpsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAgentCorpsRequest() |
DescribeAgentCorpsRequest(DescribeAgentCorpsRequest 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 |
getAgentId()
Get 渠道ID
|
Long |
getCorpId()
Get 企业ID
|
Long |
getPageNumber()
Get 页数
|
Long |
getPageSize()
Get 每页数量
|
void |
setAgentId(Long AgentId)
Set 渠道ID
|
void |
setCorpId(Long CorpId)
Set 企业ID
|
void |
setPageNumber(Long PageNumber)
Set 页数
|
void |
setPageSize(Long PageSize)
Set 每页数量
|
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, toJsonString
public DescribeAgentCorpsRequest()
public DescribeAgentCorpsRequest(DescribeAgentCorpsRequest source)
public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页数量public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 页数public Long getAgentId()
public void setAgentId(Long AgentId)
AgentId
- 渠道IDpublic Long getCorpId()
public void setCorpId(Long CorpId)
CorpId
- 企业IDCopyright © 2024. All rights reserved.