Class PaymentStatusDraftImpl
java.lang.Object
com.commercetools.api.models.payment.PaymentStatusDraftImpl
- All Implemented Interfaces:
PaymentStatusDraft
,io.vrap.rmf.base.client.Draft<PaymentStatusDraft>
,io.vrap.rmf.base.client.ModelBase
public class PaymentStatusDraftImpl
extends Object
implements PaymentStatusDraft, io.vrap.rmf.base.client.ModelBase
PaymentStatusDraft
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
External reference that identifies the current status of the Payment.Text describing the current status of the Payment.getState()
ResourceIdentifier to a State.int
hashCode()
void
setInterfaceCode
(String interfaceCode) External reference that identifies the current status of the Payment.void
setInterfaceText
(String interfaceText) Text describing the current status of the Payment.void
setState
(StateResourceIdentifier state) ResourceIdentifier to a State.Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
Methods inherited from interface com.commercetools.api.models.payment.PaymentStatusDraft
withPaymentStatusDraft
-
Constructor Details
-
PaymentStatusDraftImpl
public PaymentStatusDraftImpl()create empty instance
-
-
Method Details
-
getInterfaceCode
External reference that identifies the current status of the Payment.
- Specified by:
getInterfaceCode
in interfacePaymentStatusDraft
- Returns:
- interfaceCode
-
getInterfaceText
Text describing the current status of the Payment.
- Specified by:
getInterfaceText
in interfacePaymentStatusDraft
- Returns:
- interfaceText
-
getState
ResourceIdentifier to a State.
- Specified by:
getState
in interfacePaymentStatusDraft
- Returns:
- state
-
setInterfaceCode
Description copied from interface:PaymentStatusDraft
External reference that identifies the current status of the Payment.
- Specified by:
setInterfaceCode
in interfacePaymentStatusDraft
- Parameters:
interfaceCode
- value to be set
-
setInterfaceText
Description copied from interface:PaymentStatusDraft
Text describing the current status of the Payment.
- Specified by:
setInterfaceText
in interfacePaymentStatusDraft
- Parameters:
interfaceText
- value to be set
-
setState
Description copied from interface:PaymentStatusDraft
ResourceIdentifier to a State.
- Specified by:
setState
in interfacePaymentStatusDraft
- Parameters:
state
- value to be set
-
equals
-
hashCode
public int hashCode()
-