public class CatalogCustomAttributeValue extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogCustomAttributeValue.Builder
Class to build instances of
CatalogCustomAttributeValue. |
| Constructor and Description |
|---|
CatalogCustomAttributeValue(String name,
String stringValue,
String customAttributeDefinitionId,
String type,
String numberValue,
Boolean booleanValue,
List<String> selectionUidValues,
String key)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getBooleanValue()
Getter for BooleanValue.
|
String |
getCustomAttributeDefinitionId()
Getter for CustomAttributeDefinitionId.
|
String |
getKey()
Getter for Key.
|
String |
getName()
Getter for Name.
|
String |
getNumberValue()
Getter for NumberValue.
|
List<String> |
getSelectionUidValues()
Getter for SelectionUidValues.
|
String |
getStringValue()
Getter for StringValue.
|
String |
getType()
Getter for Type.
|
int |
hashCode() |
CatalogCustomAttributeValue.Builder |
toBuilder()
Builds a new
CatalogCustomAttributeValue.Builder object. |
String |
toString()
Converts this CatalogCustomAttributeValue into string format.
|
public CatalogCustomAttributeValue(String name, String stringValue, String customAttributeDefinitionId, String type, String numberValue, Boolean booleanValue, List<String> selectionUidValues, String key)
name - String value for name.stringValue - String value for stringValue.customAttributeDefinitionId - String value for customAttributeDefinitionId.type - String value for type.numberValue - String value for numberValue.booleanValue - Boolean value for booleanValue.selectionUidValues - List of String value for selectionUidValues.key - String value for key.public String getName()
public String getStringValue()
public String getCustomAttributeDefinitionId()
public String getType()
public String getNumberValue()
public Boolean getBooleanValue()
public List<String> getSelectionUidValues()
public String getKey()
public String toString()
public CatalogCustomAttributeValue.Builder toBuilder()
CatalogCustomAttributeValue.Builder object.
Creates the instance with the state of the current model.CatalogCustomAttributeValue.Builder objectCopyright © 2022. All rights reserved.