Class CodeBatch

    • Constructor Summary

      Constructors 
      Constructor 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
    • Constructor Detail

      • CodeBatch

        public CodeBatch()
      • CodeBatch

        public 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.
    • Method Detail

      • getBatchId

        public String getBatchId()
        Get 批次号 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        BatchId 批次号 注意:此字段可能返回 null,表示取不到有效值。
      • setBatchId

        public void setBatchId​(String BatchId)
        Set 批次号 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        BatchId - 批次号 注意:此字段可能返回 null,表示取不到有效值。
      • getCorpId

        public Long getCorpId()
        Get 企业ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CorpId 企业ID 注意:此字段可能返回 null,表示取不到有效值。
      • setCorpId

        public void setCorpId​(Long CorpId)
        Set 企业ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CorpId - 企业ID 注意:此字段可能返回 null,表示取不到有效值。
      • getBatchCode

        public String getBatchCode()
        Get 批次编码(未使用) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        BatchCode 批次编码(未使用) 注意:此字段可能返回 null,表示取不到有效值。
      • setBatchCode

        public void setBatchCode​(String BatchCode)
        Set 批次编码(未使用) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        BatchCode - 批次编码(未使用) 注意:此字段可能返回 null,表示取不到有效值。
      • getCodeCnt

        public Long getCodeCnt()
        Get 码数量 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CodeCnt 码数量 注意:此字段可能返回 null,表示取不到有效值。
      • setCodeCnt

        public void setCodeCnt​(Long CodeCnt)
        Set 码数量 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CodeCnt - 码数量 注意:此字段可能返回 null,表示取不到有效值。
      • getMerchantId

        public String getMerchantId()
        Get 所属商户ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MerchantId 所属商户ID 注意:此字段可能返回 null,表示取不到有效值。
      • setMerchantId

        public void setMerchantId​(String MerchantId)
        Set 所属商户ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MerchantId - 所属商户ID 注意:此字段可能返回 null,表示取不到有效值。
      • getProductId

        public String getProductId()
        Get 产品ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ProductId 产品ID 注意:此字段可能返回 null,表示取不到有效值。
      • setProductId

        public void setProductId​(String ProductId)
        Set 产品ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ProductId - 产品ID 注意:此字段可能返回 null,表示取不到有效值。
      • getBatchType

        public Long getBatchType()
        Get 批次类型 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        BatchType 批次类型 注意:此字段可能返回 null,表示取不到有效值。
      • setBatchType

        public void setBatchType​(Long BatchType)
        Set 批次类型 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        BatchType - 批次类型 注意:此字段可能返回 null,表示取不到有效值。
      • getRemark

        public String getRemark()
        Get 备注 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Remark 备注 注意:此字段可能返回 null,表示取不到有效值。
      • setRemark

        public void setRemark​(String Remark)
        Set 备注 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Remark - 备注 注意:此字段可能返回 null,表示取不到有效值。
      • getMpTpl

        public String getMpTpl()
        Get 微信模板 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MpTpl 微信模板 注意:此字段可能返回 null,表示取不到有效值。
      • setMpTpl

        public void setMpTpl​(String MpTpl)
        Set 微信模板 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MpTpl - 微信模板 注意:此字段可能返回 null,表示取不到有效值。
      • getStatus

        public Long getStatus()
        Get 批次状态 0: 未激活 1: 已激活 -1: 已冻结 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Status 批次状态 0: 未激活 1: 已激活 -1: 已冻结 注意:此字段可能返回 null,表示取不到有效值。
      • setStatus

        public void setStatus​(Long Status)
        Set 批次状态 0: 未激活 1: 已激活 -1: 已冻结 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Status - 批次状态 0: 未激活 1: 已激活 -1: 已冻结 注意:此字段可能返回 null,表示取不到有效值。
      • getCreateTime

        public String getCreateTime()
        Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CreateTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CreateTime - 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • getUpdateTime

        public String getUpdateTime()
        Get 修改时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        UpdateTime 修改时间 注意:此字段可能返回 null,表示取不到有效值。
      • setUpdateTime

        public void setUpdateTime​(String UpdateTime)
        Set 修改时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        UpdateTime - 修改时间 注意:此字段可能返回 null,表示取不到有效值。
      • getMerchantName

        public String getMerchantName()
        Get 所属商户名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MerchantName 所属商户名称 注意:此字段可能返回 null,表示取不到有效值。
      • setMerchantName

        public void setMerchantName​(String MerchantName)
        Set 所属商户名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MerchantName - 所属商户名称 注意:此字段可能返回 null,表示取不到有效值。
      • getProductName

        public String getProductName()
        Get 产品名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ProductName 产品名称 注意:此字段可能返回 null,表示取不到有效值。
      • setProductName

        public void setProductName​(String ProductName)
        Set 产品名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ProductName - 产品名称 注意:此字段可能返回 null,表示取不到有效值。
      • getExt

        public Ext getExt()
        Get 未使用 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Ext 未使用 注意:此字段可能返回 null,表示取不到有效值。
      • setExt

        public void setExt​(Ext Ext)
        Set 未使用 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Ext - 未使用 注意:此字段可能返回 null,表示取不到有效值。
      • getTplName

        public String getTplName()
        Get 模板名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TplName 模板名称 注意:此字段可能返回 null,表示取不到有效值。
      • setTplName

        public void setTplName​(String TplName)
        Set 模板名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TplName - 模板名称 注意:此字段可能返回 null,表示取不到有效值。
      • getJob

        public Job getJob()
        Get 调度任务 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Job 调度任务 注意:此字段可能返回 null,表示取不到有效值。
      • setJob

        public void setJob​(Job Job)
        Set 调度任务 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Job - 调度任务 注意:此字段可能返回 null,表示取不到有效值。
      • getProductionDate

        public String getProductionDate()
        Get 生产日期 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ProductionDate 生产日期 注意:此字段可能返回 null,表示取不到有效值。
      • setProductionDate

        public void setProductionDate​(String ProductionDate)
        Set 生产日期 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ProductionDate - 生产日期 注意:此字段可能返回 null,表示取不到有效值。
      • getValidDate

        public String getValidDate()
        Get 有效期 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ValidDate 有效期 注意:此字段可能返回 null,表示取不到有效值。
      • setValidDate

        public void setValidDate​(String ValidDate)
        Set 有效期 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ValidDate - 有效期 注意:此字段可能返回 null,表示取不到有效值。
      • getAttrs

        public AttrItem[] getAttrs()
        Get 扩展属性
        Returns:
        Attrs 扩展属性
      • setAttrs

        public void setAttrs​(AttrItem[] Attrs)
        Set 扩展属性
        Parameters:
        Attrs - 扩展属性