Class ContentDocument
- java.lang.Object
-
- software.amazon.spapi.models.apluscontent.v2020_11_01.ContentDocument
-
public class ContentDocument extends java.lang.Object
The A+ Content document. This is the enhanced content that is published to product detail pages.
-
-
Constructor Summary
Constructors Constructor Description ContentDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentDocument
contentModuleList(ContentModuleList contentModuleList)
ContentDocument
contentSubType(java.lang.String contentSubType)
ContentDocument
contentType(ContentType contentType)
boolean
equals(java.lang.Object o)
ContentModuleList
getContentModuleList()
Get contentModuleListjava.lang.String
getContentSubType()
Get contentSubTypeContentType
getContentType()
Get contentTypejava.lang.String
getLocale()
Get localejava.lang.String
getName()
The A+ Content document name.int
hashCode()
ContentDocument
locale(java.lang.String locale)
ContentDocument
name(java.lang.String name)
void
setContentModuleList(ContentModuleList contentModuleList)
void
setContentSubType(java.lang.String contentSubType)
void
setContentType(ContentType contentType)
void
setLocale(java.lang.String locale)
void
setName(java.lang.String name)
java.lang.String
toString()
-
-
-
Method Detail
-
name
public ContentDocument name(java.lang.String name)
-
getName
public java.lang.String getName()
The A+ Content document name.- Returns:
- name
-
setName
public void setName(java.lang.String name)
-
contentType
public ContentDocument contentType(ContentType contentType)
-
getContentType
public ContentType getContentType()
Get contentType- Returns:
- contentType
-
setContentType
public void setContentType(ContentType contentType)
-
contentSubType
public ContentDocument contentSubType(java.lang.String contentSubType)
-
getContentSubType
public java.lang.String getContentSubType()
Get contentSubType- Returns:
- contentSubType
-
setContentSubType
public void setContentSubType(java.lang.String contentSubType)
-
locale
public ContentDocument locale(java.lang.String locale)
-
getLocale
public java.lang.String getLocale()
Get locale- Returns:
- locale
-
setLocale
public void setLocale(java.lang.String locale)
-
contentModuleList
public ContentDocument contentModuleList(ContentModuleList contentModuleList)
-
getContentModuleList
public ContentModuleList getContentModuleList()
Get contentModuleList- Returns:
- contentModuleList
-
setContentModuleList
public void setContentModuleList(ContentModuleList contentModuleList)
-
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
-
-