public class CatalogItemOptionValue extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogItemOptionValue.Builder
Class to build instances of
CatalogItemOptionValue. |
| Constructor and Description |
|---|
CatalogItemOptionValue(String itemOptionId,
String name,
String description,
String color,
Integer ordinal)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getColor()
Getter for Color.
|
String |
getDescription()
Getter for Description.
|
String |
getItemOptionId()
Getter for ItemOptionId.
|
String |
getName()
Getter for Name.
|
Integer |
getOrdinal()
Getter for Ordinal.
|
int |
hashCode() |
CatalogItemOptionValue.Builder |
toBuilder()
Builds a new
CatalogItemOptionValue.Builder object. |
String |
toString()
Converts this CatalogItemOptionValue into string format.
|
public CatalogItemOptionValue(String itemOptionId, String name, String description, String color, Integer ordinal)
itemOptionId - String value for itemOptionId.name - String value for name.description - String value for description.color - String value for color.ordinal - Integer value for ordinal.public String getItemOptionId()
public String getName()
public String getDescription()
public String getColor()
public Integer getOrdinal()
public String toString()
public CatalogItemOptionValue.Builder toBuilder()
CatalogItemOptionValue.Builder object.
Creates the instance with the state of the current model.CatalogItemOptionValue.Builder objectCopyright © 2022. All rights reserved.