Class BusinessUnitStoreModeChangedMessagePayloadImpl
- All Implemented Interfaces:
BusinessUnitStoreModeChangedMessagePayload
,MessagePayload
,MessagePayloadMixin
,io.vrap.rmf.base.client.ModelBase
Generated after a successful Set Store Mode 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.BusinessUnitStoreModeChangedMessagePayload
BUSINESS_UNIT_STORE_MODE_CHANGED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
BusinessUnitStoreMode of the Business Unit before the Set Store Mode update action.Stores of the Business Unit before the Set Store Mode update action.BusinessUnitStoreMode of the Business Unit after the Set Store Mode update action.Stores of the Business Unit after the Set Store Mode update action.getType()
int
hashCode()
void
setOldStoreMode
(BusinessUnitStoreMode oldStoreMode) BusinessUnitStoreMode of the Business Unit before the Set Store Mode update action.void
setOldStores
(StoreKeyReference... oldStores) Stores of the Business Unit before the Set Store Mode update action.void
setOldStores
(List<StoreKeyReference> oldStores) Stores of the Business Unit before the Set Store Mode update action.void
setStoreMode
(BusinessUnitStoreMode storeMode) BusinessUnitStoreMode of the Business Unit after the Set Store Mode update action.void
setStores
(StoreKeyReference... stores) Stores of the Business Unit after the Set Store Mode update action.void
setStores
(List<StoreKeyReference> stores) Stores of the Business Unit after the Set Store Mode update action.Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.commercetools.api.models.message.BusinessUnitStoreModeChangedMessagePayload
withBusinessUnitStoreModeChangedMessagePayload
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
-
BusinessUnitStoreModeChangedMessagePayloadImpl
public BusinessUnitStoreModeChangedMessagePayloadImpl()create empty instance
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceMessagePayload
- Returns:
- type
-
getStores
Stores of the Business Unit after the Set Store Mode update action.
- Specified by:
getStores
in interfaceBusinessUnitStoreModeChangedMessagePayload
- Returns:
- stores
-
getStoreMode
BusinessUnitStoreMode of the Business Unit after the Set Store Mode update action.
- Specified by:
getStoreMode
in interfaceBusinessUnitStoreModeChangedMessagePayload
- Returns:
- storeMode
-
getOldStores
Stores of the Business Unit before the Set Store Mode update action.
- Specified by:
getOldStores
in interfaceBusinessUnitStoreModeChangedMessagePayload
- Returns:
- oldStores
-
getOldStoreMode
BusinessUnitStoreMode of the Business Unit before the Set Store Mode update action.
- Specified by:
getOldStoreMode
in interfaceBusinessUnitStoreModeChangedMessagePayload
- Returns:
- oldStoreMode
-
setStores
Description copied from interface:BusinessUnitStoreModeChangedMessagePayload
Stores of the Business Unit after the Set Store Mode update action.
- Specified by:
setStores
in interfaceBusinessUnitStoreModeChangedMessagePayload
- Parameters:
stores
- values to be set
-
setStores
Description copied from interface:BusinessUnitStoreModeChangedMessagePayload
Stores of the Business Unit after the Set Store Mode update action.
- Specified by:
setStores
in interfaceBusinessUnitStoreModeChangedMessagePayload
- Parameters:
stores
- values to be set
-
setStoreMode
Description copied from interface:BusinessUnitStoreModeChangedMessagePayload
BusinessUnitStoreMode of the Business Unit after the Set Store Mode update action.
- Specified by:
setStoreMode
in interfaceBusinessUnitStoreModeChangedMessagePayload
- Parameters:
storeMode
- value to be set
-
setOldStores
Description copied from interface:BusinessUnitStoreModeChangedMessagePayload
Stores of the Business Unit before the Set Store Mode update action.
- Specified by:
setOldStores
in interfaceBusinessUnitStoreModeChangedMessagePayload
- Parameters:
oldStores
- values to be set
-
setOldStores
Description copied from interface:BusinessUnitStoreModeChangedMessagePayload
Stores of the Business Unit before the Set Store Mode update action.
- Specified by:
setOldStores
in interfaceBusinessUnitStoreModeChangedMessagePayload
- Parameters:
oldStores
- values to be set
-
setOldStoreMode
Description copied from interface:BusinessUnitStoreModeChangedMessagePayload
BusinessUnitStoreMode of the Business Unit before the Set Store Mode update action.
- Specified by:
setOldStoreMode
in interfaceBusinessUnitStoreModeChangedMessagePayload
- Parameters:
oldStoreMode
- value to be set
-
equals
-
hashCode
public int hashCode()
-