Class AsinMetadata


  • public class AsinMetadata
    extends java.lang.Object
    The A+ Content ASIN with additional metadata for content management. If you don't include the `includedDataSet` parameter in a call to the listContentDocumentAsinRelations operation, the related ASINs are returned without metadata.
    • Constructor Detail

      • AsinMetadata

        public AsinMetadata()
    • Method Detail

      • asin

        public AsinMetadata asin​(java.lang.String asin)
      • getAsin

        public java.lang.String getAsin()
        Get asin
        Returns:
        asin
      • setAsin

        public void setAsin​(java.lang.String asin)
      • getBadgeSet

        public AsinBadgeSet getBadgeSet()
        Get badgeSet
        Returns:
        badgeSet
      • setBadgeSet

        public void setBadgeSet​(AsinBadgeSet badgeSet)
      • parent

        public AsinMetadata parent​(java.lang.String parent)
      • getParent

        public java.lang.String getParent()
        Get parent
        Returns:
        parent
      • setParent

        public void setParent​(java.lang.String parent)
      • title

        public AsinMetadata title​(java.lang.String title)
      • getTitle

        public java.lang.String getTitle()
        The title for the ASIN in the Amazon catalog.
        Returns:
        title
      • setTitle

        public void setTitle​(java.lang.String title)
      • imageUrl

        public AsinMetadata imageUrl​(java.lang.String imageUrl)
      • getImageUrl

        public java.lang.String getImageUrl()
        The default image for the ASIN in the Amazon catalog.
        Returns:
        imageUrl
      • setImageUrl

        public void setImageUrl​(java.lang.String imageUrl)
      • getContentReferenceKeySet

        public ContentReferenceKeySet getContentReferenceKeySet()
        Get contentReferenceKeySet
        Returns:
        contentReferenceKeySet
      • setContentReferenceKeySet

        public void setContentReferenceKeySet​(ContentReferenceKeySet contentReferenceKeySet)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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