Class ModifyVerContentRequest

    • Constructor Detail

      • ModifyVerContentRequest

        public ModifyVerContentRequest()
      • ModifyVerContentRequest

        public ModifyVerContentRequest​(ModifyVerContentRequest 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

      • getProductId

        public String getProductId()
        Get 产品id
        Returns:
        ProductId 产品id
      • setProductId

        public void setProductId​(String ProductId)
        Set 产品id
        Parameters:
        ProductId - 产品id
      • getOtaVersion

        public String getOtaVersion()
        Get 需要修改的版本号
        Returns:
        OtaVersion 需要修改的版本号
      • setOtaVersion

        public void setOtaVersion​(String OtaVersion)
        Set 需要修改的版本号
        Parameters:
        OtaVersion - 需要修改的版本号
      • getOperator

        public String getOperator()
        Get 操作人,字符长度<=64
        Returns:
        Operator 操作人,字符长度<=64
      • setOperator

        public void setOperator​(String Operator)
        Set 操作人,字符长度<=64
        Parameters:
        Operator - 操作人,字符长度<=64
      • getRemark

        public String getRemark()
        Get 备注信息
        Returns:
        Remark 备注信息
      • setRemark

        public void setRemark​(String Remark)
        Set 备注信息
        Parameters:
        Remark - 备注信息
      • getContents

        public Contents getContents()
        Get 版本发布的描述信息,需要国际化,可以为空
        Returns:
        Contents 版本发布的描述信息,需要国际化,可以为空
      • setContents

        public void setContents​(Contents Contents)
        Set 版本发布的描述信息,需要国际化,可以为空
        Parameters:
        Contents - 版本发布的描述信息,需要国际化,可以为空