Class ProductMetadata

    • Constructor Detail

      • ProductMetadata

        public ProductMetadata()
      • ProductMetadata

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

      • getCreationDate

        public Long getCreationDate()
        Get 产品创建时间
        Returns:
        CreationDate 产品创建时间
      • setCreationDate

        public void setCreationDate​(Long CreationDate)
        Set 产品创建时间
        Parameters:
        CreationDate - 产品创建时间