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 String
getBatchType()
Get 批次类型 0:溯源 1:营销Long
getCorpId()
Get 企业IDString
getKeyword()
Get 查询关键字String
getMerchantId()
Get 查询商户IDLong
getPageNumber()
Get 页数Long
getPageSize()
Get 条数String
getProductId()
Get 查询商品IDvoid
setBatchType(String BatchType)
Set 批次类型 0:溯源 1:营销void
setCorpId(Long CorpId)
Set 企业IDvoid
setKeyword(String Keyword)
Set 查询关键字void
setMerchantId(String MerchantId)
Set 查询商户IDvoid
setPageNumber(Long PageNumber)
Set 页数void
setPageSize(Long PageSize)
Set 条数void
setProductId(String ProductId)
Set 查询商品IDvoid
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
-
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
-
-