public class DescribeCodeBatchsRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getBatchType()
Get 批次类型 0:溯源 1:营销
|
Long |
getCorpId()
Get 企业ID
|
String |
getKeyword()
Get 查询关键字
|
String |
getMerchantId()
Get 查询商户ID
|
Long |
getPageNumber()
Get 页数
|
Long |
getPageSize()
Get 条数
|
String |
getProductId()
Get 查询商品ID
|
void |
setBatchType(String BatchType)
Set 批次类型 0:溯源 1:营销
|
void |
setCorpId(Long CorpId)
Set 企业ID
|
void |
setKeyword(String Keyword)
Set 查询关键字
|
void |
setMerchantId(String MerchantId)
Set 查询商户ID
|
void |
setPageNumber(Long PageNumber)
Set 页数
|
void |
setPageSize(Long PageSize)
Set 条数
|
void |
setProductId(String ProductId)
Set 查询商品ID
|
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 DescribeCodeBatchsRequest()
public DescribeCodeBatchsRequest(DescribeCodeBatchsRequest source)
public String getMerchantId()
public void setMerchantId(String MerchantId)
MerchantId
- 查询商户IDpublic String getProductId()
public void setProductId(String ProductId)
ProductId
- 查询商品IDpublic String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 查询关键字public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 条数public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 页数public String getBatchType()
public void setBatchType(String BatchType)
BatchType
- 批次类型 0:溯源 1:营销public Long getCorpId()
public void setCorpId(Long CorpId)
CorpId
- 企业IDCopyright © 2022. All rights reserved.