@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2019-01-11T12:48:04.675377+02:00[Europe/Kiev]") public class SigningBasket extends Object
| Constructor and Description |
|---|
SigningBasket() |
| Modifier and Type | Method and Description |
|---|---|
SigningBasket |
consentIds(ConsentIdList consentIds) |
boolean |
equals(Object o) |
@Valid ConsentIdList |
getConsentIds()
Get consentIds
|
@Valid PaymentIdList |
getPaymentIds()
Get paymentIds
|
int |
hashCode() |
SigningBasket |
paymentIds(PaymentIdList paymentIds) |
void |
setConsentIds(ConsentIdList consentIds) |
void |
setPaymentIds(PaymentIdList paymentIds) |
String |
toString() |
public SigningBasket paymentIds(PaymentIdList paymentIds)
@Valid public @Valid PaymentIdList getPaymentIds()
public void setPaymentIds(PaymentIdList paymentIds)
public SigningBasket consentIds(ConsentIdList consentIds)
@Valid public @Valid ConsentIdList getConsentIds()
public void setConsentIds(ConsentIdList consentIds)
Copyright © 2019. All rights reserved.