@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2018-08-09T18:41:17.591+02:00[Europe/Berlin]") public class SigningBasket extends Object
| Constructor and Description |
|---|
SigningBasket() |
| Modifier and Type | Method and Description |
|---|---|
SigningBasket |
consentIds(ConsentIdList consentIds) |
boolean |
equals(Object o) |
ConsentIdList |
getConsentIds()
Get consentIds
|
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)
@NotNull public PaymentIdList getPaymentIds()
public void setPaymentIds(PaymentIdList paymentIds)
public SigningBasket consentIds(ConsentIdList consentIds)
@NotNull public ConsentIdList getConsentIds()
public void setConsentIds(ConsentIdList consentIds)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.