Class BusinessUnitAddressCustomFieldRemovedMessagePayloadImpl
java.lang.Object
com.commercetools.api.models.message.BusinessUnitAddressCustomFieldRemovedMessagePayloadImpl
- All Implemented Interfaces:
BusinessUnitAddressCustomFieldRemovedMessagePayload
,MessagePayload
,MessagePayloadMixin
,io.vrap.rmf.base.client.ModelBase
public class BusinessUnitAddressCustomFieldRemovedMessagePayloadImpl
extends Object
implements BusinessUnitAddressCustomFieldRemovedMessagePayload, io.vrap.rmf.base.client.ModelBase
Generated after removing a Custom Field from an address of a Business Unit using the Set Address CustomField update action.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
-
Field Summary
Fields inherited from interface com.commercetools.api.models.message.BusinessUnitAddressCustomFieldRemovedMessagePayload
BUSINESS_UNIT_ADDRESS_CUSTOM_FIELD_REMOVED
-
Constructor Summary
ConstructorDescriptioncreate empty instance -
Method Summary
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.commercetools.api.models.message.BusinessUnitAddressCustomFieldRemovedMessagePayload
withBusinessUnitAddressCustomFieldRemovedMessagePayload
Methods inherited from interface com.commercetools.api.models.message.MessagePayload
withMessagePayload
Methods inherited from interface com.commercetools.api.models.message.MessagePayloadMixin
as
Methods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
-
Constructor Details
-
BusinessUnitAddressCustomFieldRemovedMessagePayloadImpl
public BusinessUnitAddressCustomFieldRemovedMessagePayloadImpl()create empty instance
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceMessagePayload
- Returns:
- type
-
getName
Name of the Custom Field that was removed.
- Specified by:
getName
in interfaceBusinessUnitAddressCustomFieldRemovedMessagePayload
- Returns:
- name
-
setName
Description copied from interface:BusinessUnitAddressCustomFieldRemovedMessagePayload
Name of the Custom Field that was removed.
- Specified by:
setName
in interfaceBusinessUnitAddressCustomFieldRemovedMessagePayload
- Parameters:
name
- value to be set
-
equals
-
hashCode
public int hashCode()
-