@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2018-08-09T18:41:17.591+02:00[Europe/Berlin]") public class Balance extends Object
| Constructor and Description |
|---|
Balance() |
| Modifier and Type | Method and Description |
|---|---|
Balance |
balanceAmount(Amount balanceAmount) |
Balance |
balanceType(BalanceType balanceType) |
boolean |
equals(Object o) |
Amount |
getBalanceAmount()
Get balanceAmount
|
BalanceType |
getBalanceType()
Get balanceType
|
OffsetDateTime |
getLastChangeDateTime()
This data element might be used to indicate e.g.
|
String |
getLastCommittedTransaction()
\"entryReference\" of the last commited transaction to support the TPP in identifying whether all PSU transactions are already known.
|
LocalDate |
getReferenceDate()
Reference date of the balance
|
int |
hashCode() |
Balance |
lastChangeDateTime(OffsetDateTime lastChangeDateTime) |
Balance |
lastCommittedTransaction(String lastCommittedTransaction) |
Balance |
referenceDate(LocalDate referenceDate) |
void |
setBalanceAmount(Amount balanceAmount) |
void |
setBalanceType(BalanceType balanceType) |
void |
setLastChangeDateTime(OffsetDateTime lastChangeDateTime) |
void |
setLastCommittedTransaction(String lastCommittedTransaction) |
void |
setReferenceDate(LocalDate referenceDate) |
String |
toString() |
@NotNull public Amount getBalanceAmount()
public void setBalanceAmount(Amount balanceAmount)
public Balance balanceType(BalanceType balanceType)
@NotNull public BalanceType getBalanceType()
public void setBalanceType(BalanceType balanceType)
public Balance lastChangeDateTime(OffsetDateTime lastChangeDateTime)
public OffsetDateTime getLastChangeDateTime()
public void setLastChangeDateTime(OffsetDateTime lastChangeDateTime)
public LocalDate getReferenceDate()
public void setReferenceDate(LocalDate referenceDate)
@Size(max=35) public String getLastCommittedTransaction()
public void setLastCommittedTransaction(String lastCommittedTransaction)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.