@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class AssetReportItem extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCOUNTS |
static String |
SERIALIZED_NAME_DATE_LAST_UPDATED |
static String |
SERIALIZED_NAME_INSTITUTION_ID |
static String |
SERIALIZED_NAME_INSTITUTION_NAME |
static String |
SERIALIZED_NAME_ITEM_ID |
Constructor and Description |
---|
AssetReportItem() |
Modifier and Type | Method and Description |
---|---|
AssetReportItem |
accounts(List<AccountAssets> accounts) |
AssetReportItem |
addAccountsItem(AccountAssets accountsItem) |
AssetReportItem |
dateLastUpdated(OffsetDateTime dateLastUpdated) |
boolean |
equals(Object o) |
List<AccountAssets> |
getAccounts()
Data about each of the accounts open on the Item.
|
OffsetDateTime |
getDateLastUpdated()
The date and time when this Item’s data was last retrieved from the financial institution, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format.
|
String |
getInstitutionId()
The id of the financial institution associated with the Item.
|
String |
getInstitutionName()
The full financial institution name associated with the Item.
|
String |
getItemId()
The `item_id` of the Item associated with this webhook, warning, or error
|
int |
hashCode() |
AssetReportItem |
institutionId(String institutionId) |
AssetReportItem |
institutionName(String institutionName) |
AssetReportItem |
itemId(String itemId) |
void |
setAccounts(List<AccountAssets> accounts) |
void |
setDateLastUpdated(OffsetDateTime dateLastUpdated) |
void |
setInstitutionId(String institutionId) |
void |
setInstitutionName(String institutionName) |
void |
setItemId(String itemId) |
String |
toString() |
public static final String SERIALIZED_NAME_ITEM_ID
public static final String SERIALIZED_NAME_INSTITUTION_NAME
public static final String SERIALIZED_NAME_INSTITUTION_ID
public static final String SERIALIZED_NAME_DATE_LAST_UPDATED
public static final String SERIALIZED_NAME_ACCOUNTS
public AssetReportItem itemId(String itemId)
public String getItemId()
public void setItemId(String itemId)
public AssetReportItem institutionName(String institutionName)
public String getInstitutionName()
public void setInstitutionName(String institutionName)
public AssetReportItem institutionId(String institutionId)
public String getInstitutionId()
public void setInstitutionId(String institutionId)
public AssetReportItem dateLastUpdated(OffsetDateTime dateLastUpdated)
public OffsetDateTime getDateLastUpdated()
public void setDateLastUpdated(OffsetDateTime dateLastUpdated)
public AssetReportItem accounts(List<AccountAssets> accounts)
public AssetReportItem addAccountsItem(AccountAssets accountsItem)
public List<AccountAssets> getAccounts()
public void setAccounts(List<AccountAssets> accounts)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.