Class CustomFieldExpandedValueImpl
java.lang.Object
com.commercetools.history.models.change_value.CustomFieldExpandedValueImpl
- All Implemented Interfaces:
CustomFieldExpandedValue,io.vrap.rmf.base.client.ModelBase
public class CustomFieldExpandedValueImpl
extends Object
implements CustomFieldExpandedValue, io.vrap.rmf.base.client.ModelBase
Only present if expand is set to true.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetLabel()User-defined label of the Custom Field.getName()Name of the Custom Field.getValue()CustomFieldValue based on the FieldType.inthashCode()voidsetLabel(LocalizedString label) User-defined label of the Custom Field.voidName of the Custom Field.voidCustomFieldValue based on the FieldType.Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.commercetools.history.models.change_value.CustomFieldExpandedValue
withCustomFieldExpandedValueMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
CustomFieldExpandedValueImpl
public CustomFieldExpandedValueImpl()create empty instance
-
-
Method Details
-
getName
Name of the Custom Field.
- Specified by:
getNamein interfaceCustomFieldExpandedValue- Returns:
- name
-
getValue
CustomFieldValue based on the FieldType.
- Specified by:
getValuein interfaceCustomFieldExpandedValue- Returns:
- value
-
getLabel
User-defined label of the Custom Field.
- Specified by:
getLabelin interfaceCustomFieldExpandedValue- Returns:
- label
-
setName
Description copied from interface:CustomFieldExpandedValueName of the Custom Field.
- Specified by:
setNamein interfaceCustomFieldExpandedValue- Parameters:
name- value to be set
-
setValue
Description copied from interface:CustomFieldExpandedValueCustomFieldValue based on the FieldType.
- Specified by:
setValuein interfaceCustomFieldExpandedValue- Parameters:
value- value to be set
-
setLabel
Description copied from interface:CustomFieldExpandedValueUser-defined label of the Custom Field.
- Specified by:
setLabelin interfaceCustomFieldExpandedValue- Parameters:
label- value to be set
-
equals
-
hashCode
-