Class RecurringOrderKeySetMessagePayloadImpl
java.lang.Object
com.commercetools.api.models.message.RecurringOrderKeySetMessagePayloadImpl
- All Implemented Interfaces:
MessagePayload,MessagePayloadMixin,RecurringOrderKeySetMessagePayload,io.vrap.rmf.base.client.ModelBase
public class RecurringOrderKeySetMessagePayloadImpl
extends Object
implements RecurringOrderKeySetMessagePayload, io.vrap.rmf.base.client.ModelBase
Generated after a successful Set Key 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.RecurringOrderKeySetMessagePayload
RECURRING_ORDER_KEY_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.RecurringOrderKeySetMessagePayload
withRecurringOrderKeySetMessagePayload
-
Constructor Details
-
RecurringOrderKeySetMessagePayloadImpl
public RecurringOrderKeySetMessagePayloadImpl()create empty instance
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceMessagePayload- Returns:
- type
-
getKey
keyvalue of the RecurringOrder after the Set Key update action.- Specified by:
getKeyin interfaceRecurringOrderKeySetMessagePayload- Returns:
- key
-
getOldKey
keyvalue of the RecurringOrder before the Set Key update action.- Specified by:
getOldKeyin interfaceRecurringOrderKeySetMessagePayload- Returns:
- oldKey
-
setKey
Description copied from interface:RecurringOrderKeySetMessagePayloadkeyvalue of the RecurringOrder after the Set Key update action.- Specified by:
setKeyin interfaceRecurringOrderKeySetMessagePayload- Parameters:
key- value to be set
-
setOldKey
Description copied from interface:RecurringOrderKeySetMessagePayloadkeyvalue of the RecurringOrder before the Set Key update action.- Specified by:
setOldKeyin interfaceRecurringOrderKeySetMessagePayload- Parameters:
oldKey- value to be set
-
equals
-
hashCode
public int hashCode() -
toString
-
copyDeep
- Specified by:
copyDeepin interfaceMessagePayload- Specified by:
copyDeepin interfaceRecurringOrderKeySetMessagePayload
-