public class CodeBatch extends AbstractModel
skipSign
Constructor and Description |
---|
CodeBatch() |
CodeBatch(CodeBatch 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 |
---|---|
AttrItem[] |
getAttrs()
Get 扩展属性
|
String |
getBatchCode()
Get 批次编码(未使用)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getBatchId()
Get 批次号
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getBatchType()
Get 批次类型
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCodeCnt()
Get 码数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCorpId()
Get 企业ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCreateTime()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
Ext |
getExt()
Get 未使用
注意:此字段可能返回 null,表示取不到有效值。
|
Job |
getJob()
Get 调度任务
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMerchantId()
Get 所属商户ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMerchantName()
Get 所属商户名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMpTpl()
Get 微信模板
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProductId()
Get 产品ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProductionDate()
Get 生产日期
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProductName()
Get 产品名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRemark()
Get 备注
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatus()
Get 批次状态 0: 未激活 1: 已激活 -1: 已冻结
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTplName()
Get 模板名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdateTime()
Get 修改时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getValidDate()
Get 有效期
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttrs(AttrItem[] Attrs)
Set 扩展属性
|
void |
setBatchCode(String BatchCode)
Set 批次编码(未使用)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBatchId(String BatchId)
Set 批次号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBatchType(Long BatchType)
Set 批次类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCodeCnt(Long CodeCnt)
Set 码数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCorpId(Long CorpId)
Set 企业ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(String CreateTime)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExt(Ext Ext)
Set 未使用
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setJob(Job Job)
Set 调度任务
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMerchantId(String MerchantId)
Set 所属商户ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMerchantName(String MerchantName)
Set 所属商户名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMpTpl(String MpTpl)
Set 微信模板
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProductId(String ProductId)
Set 产品ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProductionDate(String ProductionDate)
Set 生产日期
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProductName(String ProductName)
Set 产品名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRemark(String Remark)
Set 备注
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Long Status)
Set 批次状态 0: 未激活 1: 已激活 -1: 已冻结
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTplName(String TplName)
Set 模板名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdateTime(String UpdateTime)
Set 修改时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValidDate(String ValidDate)
Set 有效期
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CodeBatch()
public CodeBatch(CodeBatch source)
public String getBatchId()
public void setBatchId(String BatchId)
BatchId
- 批次号
注意:此字段可能返回 null,表示取不到有效值。public Long getCorpId()
public void setCorpId(Long CorpId)
CorpId
- 企业ID
注意:此字段可能返回 null,表示取不到有效值。public String getBatchCode()
public void setBatchCode(String BatchCode)
BatchCode
- 批次编码(未使用)
注意:此字段可能返回 null,表示取不到有效值。public Long getCodeCnt()
public void setCodeCnt(Long CodeCnt)
CodeCnt
- 码数量
注意:此字段可能返回 null,表示取不到有效值。public String getMerchantId()
public void setMerchantId(String MerchantId)
MerchantId
- 所属商户ID
注意:此字段可能返回 null,表示取不到有效值。public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品ID
注意:此字段可能返回 null,表示取不到有效值。public Long getBatchType()
public void setBatchType(Long BatchType)
BatchType
- 批次类型
注意:此字段可能返回 null,表示取不到有效值。public String getRemark()
public void setRemark(String Remark)
Remark
- 备注
注意:此字段可能返回 null,表示取不到有效值。public String getMpTpl()
public void setMpTpl(String MpTpl)
MpTpl
- 微信模板
注意:此字段可能返回 null,表示取不到有效值。public Long getStatus()
public void setStatus(Long Status)
Status
- 批次状态 0: 未激活 1: 已激活 -1: 已冻结
注意:此字段可能返回 null,表示取不到有效值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 修改时间
注意:此字段可能返回 null,表示取不到有效值。public String getMerchantName()
public void setMerchantName(String MerchantName)
MerchantName
- 所属商户名称
注意:此字段可能返回 null,表示取不到有效值。public String getProductName()
public void setProductName(String ProductName)
ProductName
- 产品名称
注意:此字段可能返回 null,表示取不到有效值。public Ext getExt()
public void setExt(Ext Ext)
Ext
- 未使用
注意:此字段可能返回 null,表示取不到有效值。public String getTplName()
public void setTplName(String TplName)
TplName
- 模板名称
注意:此字段可能返回 null,表示取不到有效值。public Job getJob()
public void setJob(Job Job)
Job
- 调度任务
注意:此字段可能返回 null,表示取不到有效值。public String getProductionDate()
public void setProductionDate(String ProductionDate)
ProductionDate
- 生产日期
注意:此字段可能返回 null,表示取不到有效值。public String getValidDate()
public void setValidDate(String ValidDate)
ValidDate
- 有效期
注意:此字段可能返回 null,表示取不到有效值。public AttrItem[] getAttrs()
public void setAttrs(AttrItem[] Attrs)
Attrs
- 扩展属性Copyright © 2023. All rights reserved.