Class StandardTechSpecsModule
- java.lang.Object
-
- software.amazon.spapi.models.apluscontent.v2020_11_01.StandardTechSpecsModule
-
public class StandardTechSpecsModule extends java.lang.Object
The standard table of technical feature names and definitions.
-
-
Constructor Summary
Constructors Constructor Description StandardTechSpecsModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardTechSpecsModule
addSpecificationListItem(StandardTextPairBlock specificationListItem)
boolean
equals(java.lang.Object o)
TextComponent
getHeadline()
Get headlinejava.util.List<StandardTextPairBlock>
getSpecificationList()
The specification list.java.lang.Integer
getTableCount()
The number of tables to present.int
hashCode()
StandardTechSpecsModule
headline(TextComponent headline)
void
setHeadline(TextComponent headline)
void
setSpecificationList(java.util.List<StandardTextPairBlock> specificationList)
void
setTableCount(java.lang.Integer tableCount)
StandardTechSpecsModule
specificationList(java.util.List<StandardTextPairBlock> specificationList)
StandardTechSpecsModule
tableCount(java.lang.Integer tableCount)
java.lang.String
toString()
-
-
-
Method Detail
-
headline
public StandardTechSpecsModule headline(TextComponent headline)
-
getHeadline
public TextComponent getHeadline()
Get headline- Returns:
- headline
-
setHeadline
public void setHeadline(TextComponent headline)
-
specificationList
public StandardTechSpecsModule specificationList(java.util.List<StandardTextPairBlock> specificationList)
-
addSpecificationListItem
public StandardTechSpecsModule addSpecificationListItem(StandardTextPairBlock specificationListItem)
-
getSpecificationList
public java.util.List<StandardTextPairBlock> getSpecificationList()
The specification list.- Returns:
- specificationList
-
setSpecificationList
public void setSpecificationList(java.util.List<StandardTextPairBlock> specificationList)
-
tableCount
public StandardTechSpecsModule tableCount(java.lang.Integer tableCount)
-
getTableCount
public java.lang.Integer getTableCount()
The number of tables to present. Features are evenly divided between the tables. minimum: 1 maximum: 2- Returns:
- tableCount
-
setTableCount
public void setTableCount(java.lang.Integer tableCount)
-
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
-
-