Class AsinMetadata
- java.lang.Object
-
- software.amazon.spapi.models.apluscontent.v2020_11_01.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 Summary
Constructors Constructor Description AsinMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsinMetadata
asin(java.lang.String asin)
AsinMetadata
badgeSet(AsinBadgeSet badgeSet)
AsinMetadata
contentReferenceKeySet(ContentReferenceKeySet contentReferenceKeySet)
boolean
equals(java.lang.Object o)
java.lang.String
getAsin()
Get asinAsinBadgeSet
getBadgeSet()
Get badgeSetContentReferenceKeySet
getContentReferenceKeySet()
Get contentReferenceKeySetjava.lang.String
getImageUrl()
The default image for the ASIN in the Amazon catalog.java.lang.String
getParent()
Get parentjava.lang.String
getTitle()
The title for the ASIN in the Amazon catalog.int
hashCode()
AsinMetadata
imageUrl(java.lang.String imageUrl)
AsinMetadata
parent(java.lang.String parent)
void
setAsin(java.lang.String asin)
void
setBadgeSet(AsinBadgeSet badgeSet)
void
setContentReferenceKeySet(ContentReferenceKeySet contentReferenceKeySet)
void
setImageUrl(java.lang.String imageUrl)
void
setParent(java.lang.String parent)
void
setTitle(java.lang.String title)
AsinMetadata
title(java.lang.String title)
java.lang.String
toString()
-
-
-
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)
-
badgeSet
public AsinMetadata badgeSet(AsinBadgeSet badgeSet)
-
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)
-
contentReferenceKeySet
public AsinMetadata contentReferenceKeySet(ContentReferenceKeySet contentReferenceKeySet)
-
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 classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-