public class DescribeCodeBatchesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeCodeBatchesRequest() | 
| DescribeCodeBatchesRequest(DescribeCodeBatchesRequest 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 | 
| Long | getStatus()Get 批次状态 0: 未激活 1: 已激活 -1: 已冻结 | 
| 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 | setStatus(Long Status)Set 批次状态 0: 未激活 1: 已激活 -1: 已冻结 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeCodeBatchesRequest()
public DescribeCodeBatchesRequest(DescribeCodeBatchesRequest 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 - 企业IDpublic Long getStatus()
public void setStatus(Long Status)
Status - 批次状态 0: 未激活 1: 已激活 -1: 已冻结Copyright © 2025. All rights reserved.