Class PaymentInfoImpl
java.lang.Object
com.commercetools.history.models.common.PaymentInfoImpl
- All Implemented Interfaces:
PaymentInfo,io.vrap.rmf.base.client.ModelBase
public class PaymentInfoImpl
extends Object
implements PaymentInfo, io.vrap.rmf.base.client.ModelBase
PaymentInfo
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetPayments(Reference... payments) set paymentsvoidsetPayments(List<Reference> payments) set paymentsMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionStringMethods inherited from interface com.commercetools.history.models.common.PaymentInfo
withPaymentInfo
-
Constructor Details
-
PaymentInfoImpl
public PaymentInfoImpl()create empty instance
-
-
Method Details
-
getPayments
- Specified by:
getPaymentsin interfacePaymentInfo- Returns:
- payments
-
setPayments
Description copied from interface:PaymentInfoset payments- Specified by:
setPaymentsin interfacePaymentInfo- Parameters:
payments- values to be set
-
setPayments
Description copied from interface:PaymentInfoset payments- Specified by:
setPaymentsin interfacePaymentInfo- Parameters:
payments- values to be set
-
equals
-
hashCode
-