Class DescribeCodePacksRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trp.v20210515.models.DescribeCodePacksRequest
-
public class DescribeCodePacksRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCodePacksRequest()DescribeCodePacksRequest(DescribeCodePacksRequest 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 LonggetCorpId()Get 企业IDStringgetKeyword()Get 查询关键字LonggetPageNumber()Get 页数LonggetPageSize()Get 每页数量StringgetResId()Get 资源ID ResType是 batch 时对应是批次ID, 是 order_in, order_out时,则是订单IDStringgetResType()Get 资源类型 batch:批次, order_in 入库, order_out: 出入LonggetSerialType()Get 是否有流水码 0:无 1:有voidsetCorpId(Long CorpId)Set 企业IDvoidsetKeyword(String Keyword)Set 查询关键字voidsetPageNumber(Long PageNumber)Set 页数voidsetPageSize(Long PageSize)Set 每页数量voidsetResId(String ResId)Set 资源ID ResType是 batch 时对应是批次ID, 是 order_in, order_out时,则是订单IDvoidsetResType(String ResType)Set 资源类型 batch:批次, order_in 入库, order_out: 出入voidsetSerialType(Long SerialType)Set 是否有流水码 0:无 1:有voidtoMap(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
-
DescribeCodePacksRequest
public DescribeCodePacksRequest()
-
DescribeCodePacksRequest
public DescribeCodePacksRequest(DescribeCodePacksRequest 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
-
getPageSize
public Long getPageSize()
Get 每页数量- Returns:
- PageSize 每页数量
-
setPageSize
public void setPageSize(Long PageSize)
Set 每页数量- Parameters:
PageSize- 每页数量
-
getPageNumber
public Long getPageNumber()
Get 页数- Returns:
- PageNumber 页数
-
setPageNumber
public void setPageNumber(Long PageNumber)
Set 页数- Parameters:
PageNumber- 页数
-
getKeyword
public String getKeyword()
Get 查询关键字- Returns:
- Keyword 查询关键字
-
setKeyword
public void setKeyword(String Keyword)
Set 查询关键字- Parameters:
Keyword- 查询关键字
-
getCorpId
public Long getCorpId()
Get 企业ID- Returns:
- CorpId 企业ID
-
setCorpId
public void setCorpId(Long CorpId)
Set 企业ID- Parameters:
CorpId- 企业ID
-
getSerialType
public Long getSerialType()
Get 是否有流水码 0:无 1:有- Returns:
- SerialType 是否有流水码 0:无 1:有
-
setSerialType
public void setSerialType(Long SerialType)
Set 是否有流水码 0:无 1:有- Parameters:
SerialType- 是否有流水码 0:无 1:有
-
getResType
public String getResType()
Get 资源类型 batch:批次, order_in 入库, order_out: 出入- Returns:
- ResType 资源类型 batch:批次, order_in 入库, order_out: 出入
-
setResType
public void setResType(String ResType)
Set 资源类型 batch:批次, order_in 入库, order_out: 出入- Parameters:
ResType- 资源类型 batch:批次, order_in 入库, order_out: 出入
-
getResId
public String getResId()
Get 资源ID ResType是 batch 时对应是批次ID, 是 order_in, order_out时,则是订单ID- Returns:
- ResId 资源ID ResType是 batch 时对应是批次ID, 是 order_in, order_out时,则是订单ID
-
setResId
public void setResId(String ResId)
Set 资源ID ResType是 batch 时对应是批次ID, 是 order_in, order_out时,则是订单ID- Parameters:
ResId- 资源ID ResType是 batch 时对应是批次ID, 是 order_in, order_out时,则是订单ID
-
-