@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-10-06T09:14:45.656Z[UTC]") public class LinksAccountDetails extends Object
Constructor and Description |
---|
LinksAccountDetails() |
Modifier and Type | Method and Description |
---|---|
LinksAccountDetails |
balances(HrefType balances) |
boolean |
equals(Object o) |
@Valid HrefType |
getBalances()
Get balances
|
@Valid HrefType |
getTransactions()
Get transactions
|
int |
hashCode() |
void |
setBalances(HrefType balances) |
void |
setTransactions(HrefType transactions) |
String |
toString() |
LinksAccountDetails |
transactions(HrefType transactions) |
public LinksAccountDetails balances(HrefType balances)
@Valid public @Valid HrefType getBalances()
public void setBalances(HrefType balances)
public LinksAccountDetails transactions(HrefType transactions)
@Valid public @Valid HrefType getTransactions()
public void setTransactions(HrefType transactions)
Copyright © 2020. All rights reserved.