Class ProductResourceInfo

    • Constructor Detail

      • ProductResourceInfo

        public ProductResourceInfo()
      • ProductResourceInfo

        public ProductResourceInfo​(ProductResourceInfo 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
      • getProductName

        public String getProductName()
        Get 产品名
        Returns:
        ProductName 产品名
      • setProductName

        public void setProductName​(String ProductName)
        Set 产品名
        Parameters:
        ProductName - 产品名
      • getName

        public String getName()
        Get 资源名称
        Returns:
        Name 资源名称
      • setName

        public void setName​(String Name)
        Set 资源名称
        Parameters:
        Name - 资源名称
      • getMd5

        public String getMd5()
        Get 资源文件md5
        Returns:
        Md5 资源文件md5
      • setMd5

        public void setMd5​(String Md5)
        Set 资源文件md5
        Parameters:
        Md5 - 资源文件md5
      • getSize

        public Long getSize()
        Get 资源文件大小
        Returns:
        Size 资源文件大小
      • setSize

        public void setSize​(Long Size)
        Set 资源文件大小
        Parameters:
        Size - 资源文件大小
      • getDescription

        public String getDescription()
        Get 资源文件描述 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Description 资源文件描述 注意:此字段可能返回 null,表示取不到有效值。
      • setDescription

        public void setDescription​(String Description)
        Set 资源文件描述 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Description - 资源文件描述 注意:此字段可能返回 null,表示取不到有效值。
      • getCreateTime

        public String getCreateTime()
        Get 资源创建时间
        Returns:
        CreateTime 资源创建时间
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 资源创建时间
        Parameters:
        CreateTime - 资源创建时间