public class CreateCodeBatchRequest extends AbstractModel
Constructor and Description |
---|
CreateCodeBatchRequest() |
CreateCodeBatchRequest(CreateCodeBatchRequest 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 |
getBatchCode()
Get 批次编号,业务字段不判断唯一性
|
String |
getBatchId()
Get 批次ID,留空时系统自动生成
|
Long |
getBatchType()
Get 批次类型 0:溯源 1:营销
|
String |
getCloneId()
Get 克隆批次ID,同时会复制溯源信息
|
Long |
getCorpId()
Get 企业ID
|
String |
getMerchantId()
Get 商户ID
|
String |
getMpTpl()
Get 模版ID,或者活动ID
|
String |
getProductId()
Get 产品ID
|
String |
getRemark()
Get 备注
|
void |
setBatchCode(String BatchCode)
Set 批次编号,业务字段不判断唯一性
|
void |
setBatchId(String BatchId)
Set 批次ID,留空时系统自动生成
|
void |
setBatchType(Long BatchType)
Set 批次类型 0:溯源 1:营销
|
void |
setCloneId(String CloneId)
Set 克隆批次ID,同时会复制溯源信息
|
void |
setCorpId(Long CorpId)
Set 企业ID
|
void |
setMerchantId(String MerchantId)
Set 商户ID
|
void |
setMpTpl(String MpTpl)
Set 模版ID,或者活动ID
|
void |
setProductId(String ProductId)
Set 产品ID
|
void |
setRemark(String Remark)
Set 备注
|
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 CreateCodeBatchRequest()
public CreateCodeBatchRequest(CreateCodeBatchRequest source)
public Long getCorpId()
public void setCorpId(Long CorpId)
CorpId
- 企业IDpublic String getMerchantId()
public void setMerchantId(String MerchantId)
MerchantId
- 商户IDpublic String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic Long getBatchType()
public void setBatchType(Long BatchType)
BatchType
- 批次类型 0:溯源 1:营销public String getBatchId()
public void setBatchId(String BatchId)
BatchId
- 批次ID,留空时系统自动生成public String getRemark()
public void setRemark(String Remark)
Remark
- 备注public String getMpTpl()
public void setMpTpl(String MpTpl)
MpTpl
- 模版ID,或者活动IDpublic String getCloneId()
public void setCloneId(String CloneId)
CloneId
- 克隆批次ID,同时会复制溯源信息public String getBatchCode()
public void setBatchCode(String BatchCode)
BatchCode
- 批次编号,业务字段不判断唯一性Copyright © 2023. All rights reserved.