Class BusinessUnitAddressRemovedMessagePayloadImpl
java.lang.Object
com.commercetools.api.models.message.BusinessUnitAddressRemovedMessagePayloadImpl
- All Implemented Interfaces:
BusinessUnitAddressRemovedMessagePayload
,MessagePayload
,MessagePayloadMixin
,io.vrap.rmf.base.client.ModelBase
public class BusinessUnitAddressRemovedMessagePayloadImpl
extends Object
implements BusinessUnitAddressRemovedMessagePayload, io.vrap.rmf.base.client.ModelBase
Generated after a successful Remove Address 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.BusinessUnitAddressRemovedMessagePayload
BUSINESS_UNIT_ADDRESS_REMOVED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The address that was removed from the Business Unit.getType()
int
hashCode()
void
setAddress
(Address address) The address that was removed from the Business Unit.Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.commercetools.api.models.message.BusinessUnitAddressRemovedMessagePayload
withBusinessUnitAddressRemovedMessagePayload
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
-
BusinessUnitAddressRemovedMessagePayloadImpl
public BusinessUnitAddressRemovedMessagePayloadImpl()create empty instance
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceMessagePayload
- Returns:
- type
-
getAddress
The address that was removed from the Business Unit.
- Specified by:
getAddress
in interfaceBusinessUnitAddressRemovedMessagePayload
- Returns:
- address
-
setAddress
Description copied from interface:BusinessUnitAddressRemovedMessagePayload
The address that was removed from the Business Unit.
- Specified by:
setAddress
in interfaceBusinessUnitAddressRemovedMessagePayload
- Parameters:
address
- value to be set
-
equals
-
hashCode
public int hashCode()
-