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 - 产品创建时间
      • getCreateUserId

        public Long getCreateUserId()
        Get 创建者 Uin
        Returns:
        CreateUserId 创建者 Uin
      • setCreateUserId

        public void setCreateUserId​(Long CreateUserId)
        Set 创建者 Uin
        Parameters:
        CreateUserId - 创建者 Uin
      • getUserId

        public Long getUserId()
        Get 账号 Uin
        Returns:
        UserId 账号 Uin
      • setUserId

        public void setUserId​(Long UserId)
        Set 账号 Uin
        Parameters:
        UserId - 账号 Uin