Class PaymentSetStatusInterfaceCodeActionImpl
java.lang.Object
com.commercetools.api.models.payment.PaymentSetStatusInterfaceCodeActionImpl
- All Implemented Interfaces:
PaymentSetStatusInterfaceCodeAction,PaymentUpdateAction,ResourceUpdateAction<PaymentUpdateAction>,io.vrap.rmf.base.client.ModelBase
public class PaymentSetStatusInterfaceCodeActionImpl
extends Object
implements PaymentSetStatusInterfaceCodeAction, io.vrap.rmf.base.client.ModelBase
Produces the PaymentStatusInterfaceCodeSet Message.
-
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.payment.PaymentSetStatusInterfaceCodeAction
SET_STATUS_INTERFACE_CODE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopyDeep()booleanValue to set.inthashCode()voidsetInterfaceCode(String interfaceCode) Value to set.toString()Methods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionStringMethods inherited from interface com.commercetools.api.models.payment.PaymentSetStatusInterfaceCodeAction
withPaymentSetStatusInterfaceCodeActionMethods inherited from interface com.commercetools.api.models.payment.PaymentUpdateAction
withPaymentUpdateActionMethods inherited from interface com.commercetools.api.models.ResourceUpdateAction
get
-
Constructor Details
-
PaymentSetStatusInterfaceCodeActionImpl
public PaymentSetStatusInterfaceCodeActionImpl()create empty instance
-
-
Method Details
-
getAction
- Specified by:
getActionin interfacePaymentUpdateAction- Specified by:
getActionin interfaceResourceUpdateAction<PaymentUpdateAction>- Returns:
- action
-
getInterfaceCode
Value to set. If empty, any existing value will be removed.
- Specified by:
getInterfaceCodein interfacePaymentSetStatusInterfaceCodeAction- Returns:
- interfaceCode
-
setInterfaceCode
Description copied from interface:PaymentSetStatusInterfaceCodeActionValue to set. If empty, any existing value will be removed.
- Specified by:
setInterfaceCodein interfacePaymentSetStatusInterfaceCodeAction- Parameters:
interfaceCode- value to be set
-
equals
-
hashCode
public int hashCode() -
toString
-
copyDeep
- Specified by:
copyDeepin interfacePaymentSetStatusInterfaceCodeAction- Specified by:
copyDeepin interfacePaymentUpdateAction
-