@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-03-16T13:49:16.891743+02:00[Europe/Kiev]") public class CardAccountReport extends Object
| Constructor and Description |
|---|
CardAccountReport() |
| Modifier and Type | Method and Description |
|---|---|
CardAccountReport |
_links(Map _links) |
CardAccountReport |
booked(CardTransactionList booked) |
boolean |
equals(Object o) |
@NotNull @Valid CardTransactionList |
getBooked()
Get booked
|
@NotNull @Valid Map |
getLinks()
Get _links
|
@Valid CardTransactionList |
getPending()
Get pending
|
int |
hashCode() |
CardAccountReport |
pending(CardTransactionList pending) |
void |
setBooked(CardTransactionList booked) |
void |
setLinks(Map _links) |
void |
setPending(CardTransactionList pending) |
String |
toString() |
public CardAccountReport booked(CardTransactionList booked)
@NotNull @Valid public @NotNull @Valid CardTransactionList getBooked()
public void setBooked(CardTransactionList booked)
public CardAccountReport pending(CardTransactionList pending)
@Valid public @Valid CardTransactionList getPending()
public void setPending(CardTransactionList pending)
public CardAccountReport _links(Map _links)
@NotNull @Valid public @NotNull @Valid Map getLinks()
public void setLinks(Map _links)
Copyright © 2020. All rights reserved.