Class PaymentStatusInterfaceCodeSetMessagePayloadImpl
java.lang.Object
com.commercetools.api.models.message.PaymentStatusInterfaceCodeSetMessagePayloadImpl
- All Implemented Interfaces:
MessagePayload,MessagePayloadMixin,PaymentStatusInterfaceCodeSetMessagePayload,io.vrap.rmf.base.client.ModelBase
public class PaymentStatusInterfaceCodeSetMessagePayloadImpl
extends Object
implements PaymentStatusInterfaceCodeSetMessagePayload, io.vrap.rmf.base.client.ModelBase
Generated after a successful Set StatusInterfaceCode 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.PaymentStatusInterfaceCodeSetMessagePayload
PAYMENT_STATUS_INTERFACE_CODE_SET -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopyDeep()booleanTheinterfaceCodethat was set during the Set StatusInterfaceCode update action.getType()inthashCode()voidsetInterfaceCode(String interfaceCode) TheinterfaceCodethat was set during the Set StatusInterfaceCode update action.toString()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.PaymentStatusInterfaceCodeSetMessagePayload
withPaymentStatusInterfaceCodeSetMessagePayload
-
Constructor Details
-
PaymentStatusInterfaceCodeSetMessagePayloadImpl
public PaymentStatusInterfaceCodeSetMessagePayloadImpl()create empty instance
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceMessagePayload- Returns:
- type
-
getInterfaceCode
The
interfaceCodethat was set during the Set StatusInterfaceCode update action.- Specified by:
getInterfaceCodein interfacePaymentStatusInterfaceCodeSetMessagePayload- Returns:
- interfaceCode
-
setInterfaceCode
Description copied from interface:PaymentStatusInterfaceCodeSetMessagePayloadThe
interfaceCodethat was set during the Set StatusInterfaceCode update action.- Specified by:
setInterfaceCodein interfacePaymentStatusInterfaceCodeSetMessagePayload- Parameters:
interfaceCode- value to be set
-
equals
-
hashCode
public int hashCode() -
toString
-
copyDeep
- Specified by:
copyDeepin interfaceMessagePayload- Specified by:
copyDeepin interfacePaymentStatusInterfaceCodeSetMessagePayload
-