Class CustomerGroupCustomFieldRemovedMessagePayloadImpl
java.lang.Object
com.commercetools.api.models.message.CustomerGroupCustomFieldRemovedMessagePayloadImpl
- All Implemented Interfaces:
CustomerGroupCustomFieldRemovedMessagePayload
,MessagePayload
,MessagePayloadMixin
,io.vrap.rmf.base.client.ModelBase
public class CustomerGroupCustomFieldRemovedMessagePayloadImpl
extends Object
implements CustomerGroupCustomFieldRemovedMessagePayload, io.vrap.rmf.base.client.ModelBase
Generated after removing a Custom Field from a Customer Group using the Set 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.CustomerGroupCustomFieldRemovedMessagePayload
CUSTOMER_GROUP_CUSTOM_FIELD_REMOVED
-
Constructor Summary
-
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.CustomerGroupCustomFieldRemovedMessagePayload
withCustomerGroupCustomFieldRemovedMessagePayload
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
-
CustomerGroupCustomFieldRemovedMessagePayloadImpl
public CustomerGroupCustomFieldRemovedMessagePayloadImpl()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 interfaceCustomerGroupCustomFieldRemovedMessagePayload
- Returns:
- name
-
setName
Description copied from interface:CustomerGroupCustomFieldRemovedMessagePayload
Name of the Custom Field that was removed.
- Specified by:
setName
in interfaceCustomerGroupCustomFieldRemovedMessagePayload
- Parameters:
name
- value to be set
-
equals
-
hashCode
public int hashCode()
-