Class ModifyCodeBatchRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trp.v20210515.models.ModifyCodeBatchRequest
-
public class ModifyCodeBatchRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyCodeBatchRequest()ModifyCodeBatchRequest(ModifyCodeBatchRequest 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 StringgetBatchCode()Get 批次编码,业务字段不判断唯一性StringgetBatchId()Get 批次IDLonggetCorpId()Get 企业IDStringgetMerchantId()Get 商户IDStringgetMpTpl()Get 模板ID,或者活动IDStringgetProductId()Get 商品IDStringgetProductionDate()Get 生产日期StringgetRemark()Get 备注LonggetStatus()Get 状态 0: 未激活 1: 已激活 -1: 已冻结StringgetValidDate()Get 有效期voidsetBatchCode(String BatchCode)Set 批次编码,业务字段不判断唯一性voidsetBatchId(String BatchId)Set 批次IDvoidsetCorpId(Long CorpId)Set 企业IDvoidsetMerchantId(String MerchantId)Set 商户IDvoidsetMpTpl(String MpTpl)Set 模板ID,或者活动IDvoidsetProductId(String ProductId)Set 商品IDvoidsetProductionDate(String ProductionDate)Set 生产日期voidsetRemark(String Remark)Set 备注voidsetStatus(Long Status)Set 状态 0: 未激活 1: 已激活 -1: 已冻结voidsetValidDate(String ValidDate)Set 有效期voidtoMap(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
-
ModifyCodeBatchRequest
public ModifyCodeBatchRequest()
-
ModifyCodeBatchRequest
public ModifyCodeBatchRequest(ModifyCodeBatchRequest 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
-
getBatchId
public String getBatchId()
Get 批次ID- Returns:
- BatchId 批次ID
-
setBatchId
public void setBatchId(String BatchId)
Set 批次ID- Parameters:
BatchId- 批次ID
-
getCorpId
public Long getCorpId()
Get 企业ID- Returns:
- CorpId 企业ID
-
setCorpId
public void setCorpId(Long CorpId)
Set 企业ID- Parameters:
CorpId- 企业ID
-
getStatus
public Long getStatus()
Get 状态 0: 未激活 1: 已激活 -1: 已冻结- Returns:
- Status 状态 0: 未激活 1: 已激活 -1: 已冻结
-
setStatus
public void setStatus(Long Status)
Set 状态 0: 未激活 1: 已激活 -1: 已冻结- Parameters:
Status- 状态 0: 未激活 1: 已激活 -1: 已冻结
-
getMpTpl
public String getMpTpl()
Get 模板ID,或者活动ID- Returns:
- MpTpl 模板ID,或者活动ID
-
setMpTpl
public void setMpTpl(String MpTpl)
Set 模板ID,或者活动ID- Parameters:
MpTpl- 模板ID,或者活动ID
-
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
-
getRemark
public String getRemark()
Get 备注- Returns:
- Remark 备注
-
setRemark
public void setRemark(String Remark)
Set 备注- Parameters:
Remark- 备注
-
getBatchCode
public String getBatchCode()
Get 批次编码,业务字段不判断唯一性- Returns:
- BatchCode 批次编码,业务字段不判断唯一性
-
setBatchCode
public void setBatchCode(String BatchCode)
Set 批次编码,业务字段不判断唯一性- Parameters:
BatchCode- 批次编码,业务字段不判断唯一性
-
getValidDate
public String getValidDate()
Get 有效期- Returns:
- ValidDate 有效期
-
setValidDate
public void setValidDate(String ValidDate)
Set 有效期- Parameters:
ValidDate- 有效期
-
getProductionDate
public String getProductionDate()
Get 生产日期- Returns:
- ProductionDate 生产日期
-
setProductionDate
public void setProductionDate(String ProductionDate)
Set 生产日期- Parameters:
ProductionDate- 生产日期
-
-