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