Class Brand


  • public final class Brand
    extends java.lang.Object
    • Method Detail

      • getCreated

        public int getCreated()
        Returns:
        The date/time of when the brand was created. Represented in milliseconds since Unix epoch.
      • getId

        public java.util.Optional<java.lang.String> getId()
        Returns:
        Brand Identifier
      • getName

        public java.lang.String getName()
        Returns:
        Brand name
      • getPublished

        public int getPublished()
        Returns:
        The date/time of when the brand was published. Represented in milliseconds since Unix epoch.
      • getUpdated

        public int getUpdated()
        Returns:
        The date/time of when the brand was updated. Represented in milliseconds since Unix epoch.
      • getSnippets

        public java.util.Optional<BrandSnippets> getSnippets()
      • getVersion

        public java.lang.String getVersion()
        Returns:
        The version identifier for the brand
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object