Class DescribeCodeBatchsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trp.v20210515.models.DescribeCodeBatchsRequest
-
public class DescribeCodeBatchsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCodeBatchsRequest()DescribeCodeBatchsRequest(DescribeCodeBatchsRequest 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 StringgetBatchType()Get 批次类型 0:溯源 1:营销LonggetCorpId()Get 企业IDStringgetKeyword()Get 查询关键字StringgetMerchantId()Get 查询商户IDLonggetPageNumber()Get 页数LonggetPageSize()Get 条数StringgetProductId()Get 查询商品IDvoidsetBatchType(String BatchType)Set 批次类型 0:溯源 1:营销voidsetCorpId(Long CorpId)Set 企业IDvoidsetKeyword(String Keyword)Set 查询关键字voidsetMerchantId(String MerchantId)Set 查询商户IDvoidsetPageNumber(Long PageNumber)Set 页数voidsetPageSize(Long PageSize)Set 条数voidsetProductId(String ProductId)Set 查询商品IDvoidtoMap(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
-
DescribeCodeBatchsRequest
public DescribeCodeBatchsRequest()
-
DescribeCodeBatchsRequest
public DescribeCodeBatchsRequest(DescribeCodeBatchsRequest 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
-
getMerchantId
public String getMerchantId()
Get 查询商户ID- Returns:
- MerchantId 查询商户ID
-
setMerchantId
public void setMerchantId(String MerchantId)
Set 查询商户ID- Parameters:
MerchantId- 查询商户ID
-
getProductId
public String getProductId()
Get 查询商品ID- Returns:
- ProductId 查询商品ID
-
setProductId
public void setProductId(String ProductId)
Set 查询商品ID- Parameters:
ProductId- 查询商品ID
-
getKeyword
public String getKeyword()
Get 查询关键字- Returns:
- Keyword 查询关键字
-
setKeyword
public void setKeyword(String Keyword)
Set 查询关键字- Parameters:
Keyword- 查询关键字
-
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- 页数
-
getBatchType
public String getBatchType()
Get 批次类型 0:溯源 1:营销- Returns:
- BatchType 批次类型 0:溯源 1:营销
-
setBatchType
public void setBatchType(String BatchType)
Set 批次类型 0:溯源 1:营销- Parameters:
BatchType- 批次类型 0:溯源 1:营销
-
getCorpId
public Long getCorpId()
Get 企业ID- Returns:
- CorpId 企业ID
-
setCorpId
public void setCorpId(Long CorpId)
Set 企业ID- Parameters:
CorpId- 企业ID
-
-