Class DescribeCorpQuotasRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trp.v20210515.models.DescribeCorpQuotasRequest
-
public class DescribeCorpQuotasRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getAgentId()
Get 渠道商ID,不要传String
getKeyword()
Get 搜索企业IDLong
getPageNumber()
Get 页数Long
getPageSize()
Get 每页数量void
setAgentId(Long AgentId)
Set 渠道商ID,不要传void
setKeyword(String Keyword)
Set 搜索企业IDvoid
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeCorpQuotasRequest
public DescribeCorpQuotasRequest()
-
DescribeCorpQuotasRequest
public 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.
-
-
Method Detail
-
getAgentId
public Long getAgentId()
Get 渠道商ID,不要传- Returns:
- AgentId 渠道商ID,不要传
-
setAgentId
public void setAgentId(Long AgentId)
Set 渠道商ID,不要传- Parameters:
AgentId
- 渠道商ID,不要传
-
getPageNumber
public Long getPageNumber()
Get 页数- Returns:
- PageNumber 页数
-
setPageNumber
public void setPageNumber(Long PageNumber)
Set 页数- Parameters:
PageNumber
- 页数
-
getPageSize
public Long getPageSize()
Get 每页数量- Returns:
- PageSize 每页数量
-
setPageSize
public void setPageSize(Long PageSize)
Set 每页数量- Parameters:
PageSize
- 每页数量
-
getKeyword
public String getKeyword()
Get 搜索企业ID- Returns:
- Keyword 搜索企业ID
-
setKeyword
public void setKeyword(String Keyword)
Set 搜索企业ID- Parameters:
Keyword
- 搜索企业ID
-
-