@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class UserDataOverview extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DAYS_AVAILABLE |
static String |
SERIALIZED_NAME_NEWEST_TRANSACTION_DATE |
static String |
SERIALIZED_NAME_OLDEST_TRANSACTION_DATE |
static String |
SERIALIZED_NAME_TOTAL_INFLOWS |
static String |
SERIALIZED_NAME_TOTAL_OUTFLOWS |
static String |
SERIALIZED_NAME_TRANSACTION_COUNT |
Constructor and Description |
---|
UserDataOverview() |
Modifier and Type | Method and Description |
---|---|
UserDataOverview |
daysAvailable(Integer daysAvailable) |
boolean |
equals(Object o) |
Integer |
getDaysAvailable()
The range of days of transactions available.
|
LocalDate |
getNewestTransactionDate()
The date of the newest transaction processed to generate insights.
|
LocalDate |
getOldestTransactionDate()
The date of the oldest transaction processed to generate insights.
|
Double |
getTotalInflows()
Sum of inflow amounts.
|
Double |
getTotalOutflows()
Sum of outflow amounts.
|
Integer |
getTransactionCount()
The total number of transactions.
|
int |
hashCode() |
UserDataOverview |
newestTransactionDate(LocalDate newestTransactionDate) |
UserDataOverview |
oldestTransactionDate(LocalDate oldestTransactionDate) |
void |
setDaysAvailable(Integer daysAvailable) |
void |
setNewestTransactionDate(LocalDate newestTransactionDate) |
void |
setOldestTransactionDate(LocalDate oldestTransactionDate) |
void |
setTotalInflows(Double totalInflows) |
void |
setTotalOutflows(Double totalOutflows) |
void |
setTransactionCount(Integer transactionCount) |
String |
toString() |
UserDataOverview |
totalInflows(Double totalInflows) |
UserDataOverview |
totalOutflows(Double totalOutflows) |
UserDataOverview |
transactionCount(Integer transactionCount) |
public static final String SERIALIZED_NAME_TRANSACTION_COUNT
public static final String SERIALIZED_NAME_OLDEST_TRANSACTION_DATE
public static final String SERIALIZED_NAME_NEWEST_TRANSACTION_DATE
public static final String SERIALIZED_NAME_DAYS_AVAILABLE
public static final String SERIALIZED_NAME_TOTAL_OUTFLOWS
public static final String SERIALIZED_NAME_TOTAL_INFLOWS
public UserDataOverview transactionCount(Integer transactionCount)
public Integer getTransactionCount()
public void setTransactionCount(Integer transactionCount)
public UserDataOverview oldestTransactionDate(LocalDate oldestTransactionDate)
@Nullable public LocalDate getOldestTransactionDate()
public void setOldestTransactionDate(LocalDate oldestTransactionDate)
public UserDataOverview newestTransactionDate(LocalDate newestTransactionDate)
@Nullable public LocalDate getNewestTransactionDate()
public void setNewestTransactionDate(LocalDate newestTransactionDate)
public UserDataOverview daysAvailable(Integer daysAvailable)
public Integer getDaysAvailable()
public void setDaysAvailable(Integer daysAvailable)
public UserDataOverview totalOutflows(Double totalOutflows)
public Double getTotalOutflows()
public void setTotalOutflows(Double totalOutflows)
public UserDataOverview totalInflows(Double totalInflows)
public Double getTotalInflows()
public void setTotalInflows(Double totalInflows)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.