Class OrderStoreSetMessagePayloadImpl
java.lang.Object
com.commercetools.api.models.message.OrderStoreSetMessagePayloadImpl
- All Implemented Interfaces:
MessagePayload,MessagePayloadMixin,OrderMessagePayload,OrderStoreSetMessagePayload,io.vrap.rmf.base.client.ModelBase
public class OrderStoreSetMessagePayloadImpl
extends Object
implements OrderStoreSetMessagePayload, io.vrap.rmf.base.client.ModelBase
Generated after a successful Set Store 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.OrderStoreSetMessagePayload
ORDER_STORE_SET -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface com.commercetools.api.models.message.MessagePayload
withMessagePayloadMethods inherited from interface com.commercetools.api.models.message.MessagePayloadMixin
asMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionStringMethods inherited from interface com.commercetools.api.models.message.OrderMessagePayload
withOrderMessagePayloadMethods inherited from interface com.commercetools.api.models.message.OrderStoreSetMessagePayload
withOrderStoreSetMessagePayload
-
Constructor Details
-
OrderStoreSetMessagePayloadImpl
public OrderStoreSetMessagePayloadImpl()create empty instance
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceMessagePayload- Returns:
- type
-
getStore
Store that was set.
- Specified by:
getStorein interfaceOrderStoreSetMessagePayload- Returns:
- store
-
setStore
Description copied from interface:OrderStoreSetMessagePayloadStore that was set.
- Specified by:
setStorein interfaceOrderStoreSetMessagePayload- Parameters:
store- value to be set
-
equals
-
hashCode
public int hashCode() -
toString
-
copyDeep
- Specified by:
copyDeepin interfaceMessagePayload- Specified by:
copyDeepin interfaceOrderMessagePayload- Specified by:
copyDeepin interfaceOrderStoreSetMessagePayload
-