public class DescribeCorpQuotasRequest extends AbstractModel
Constructor and Description |
---|
DescribeCorpQuotasRequest() |
DescribeCorpQuotasRequest(DescribeCorpQuotasRequest 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,不要传
|
String |
getKeyword()
Get 搜索企业ID
|
Long |
getPageNumber()
Get 页数
|
Long |
getPageSize()
Get 每页数量
|
void |
setAgentId(Long AgentId)
Set 渠道商ID,不要传
|
void |
setKeyword(String Keyword)
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeCorpQuotasRequest()
public DescribeCorpQuotasRequest(DescribeCorpQuotasRequest source)
public Long getAgentId()
public void setAgentId(Long AgentId)
AgentId
- 渠道商ID,不要传public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 页数public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页数量public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 搜索企业IDCopyright © 2023. All rights reserved.