@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class Holding extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCOUNT_ID |
static String |
SERIALIZED_NAME_COST_BASIS |
static String |
SERIALIZED_NAME_INSTITUTION_PRICE |
static String |
SERIALIZED_NAME_INSTITUTION_PRICE_AS_OF |
static String |
SERIALIZED_NAME_INSTITUTION_PRICE_DATETIME |
static String |
SERIALIZED_NAME_INSTITUTION_VALUE |
static String |
SERIALIZED_NAME_ISO_CURRENCY_CODE |
static String |
SERIALIZED_NAME_QUANTITY |
static String |
SERIALIZED_NAME_SECURITY_ID |
static String |
SERIALIZED_NAME_UNOFFICIAL_CURRENCY_CODE |
static String |
SERIALIZED_NAME_VESTED_QUANTITY |
static String |
SERIALIZED_NAME_VESTED_VALUE |
Constructor and Description |
---|
Holding() |
Modifier and Type | Method and Description |
---|---|
Holding |
accountId(String accountId) |
Holding |
costBasis(Double costBasis) |
boolean |
equals(Object o) |
String |
getAccountId()
The Plaid `account_id` associated with the holding.
|
Double |
getCostBasis()
The total cost basis of the holding (e.g., the total amount spent to acquire all assets currently in the holding).
|
Double |
getInstitutionPrice()
The last price given by the institution for this security.
|
LocalDate |
getInstitutionPriceAsOf()
The date at which `institution_price` was current.
|
OffsetDateTime |
getInstitutionPriceDatetime()
Date and time at which `institution_price` was current, in ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ).
|
Double |
getInstitutionValue()
The value of the holding, as reported by the institution.
|
String |
getIsoCurrencyCode()
The ISO-4217 currency code of the holding.
|
Double |
getQuantity()
The total quantity of the asset held, as reported by the financial institution.
|
String |
getSecurityId()
The Plaid `security_id` associated with the holding.
|
String |
getUnofficialCurrencyCode()
The unofficial currency code associated with the holding.
|
Double |
getVestedQuantity()
The total quantity of vested assets held, as reported by the financial institution.
|
Double |
getVestedValue()
The value of the vested holdings as reported by the institution.
|
int |
hashCode() |
Holding |
institutionPrice(Double institutionPrice) |
Holding |
institutionPriceAsOf(LocalDate institutionPriceAsOf) |
Holding |
institutionPriceDatetime(OffsetDateTime institutionPriceDatetime) |
Holding |
institutionValue(Double institutionValue) |
Holding |
isoCurrencyCode(String isoCurrencyCode) |
Holding |
quantity(Double quantity) |
Holding |
securityId(String securityId) |
void |
setAccountId(String accountId) |
void |
setCostBasis(Double costBasis) |
void |
setInstitutionPrice(Double institutionPrice) |
void |
setInstitutionPriceAsOf(LocalDate institutionPriceAsOf) |
void |
setInstitutionPriceDatetime(OffsetDateTime institutionPriceDatetime) |
void |
setInstitutionValue(Double institutionValue) |
void |
setIsoCurrencyCode(String isoCurrencyCode) |
void |
setQuantity(Double quantity) |
void |
setSecurityId(String securityId) |
void |
setUnofficialCurrencyCode(String unofficialCurrencyCode) |
void |
setVestedQuantity(Double vestedQuantity) |
void |
setVestedValue(Double vestedValue) |
String |
toString() |
Holding |
unofficialCurrencyCode(String unofficialCurrencyCode) |
Holding |
vestedQuantity(Double vestedQuantity) |
Holding |
vestedValue(Double vestedValue) |
public static final String SERIALIZED_NAME_ACCOUNT_ID
public static final String SERIALIZED_NAME_SECURITY_ID
public static final String SERIALIZED_NAME_INSTITUTION_PRICE
public static final String SERIALIZED_NAME_INSTITUTION_PRICE_AS_OF
public static final String SERIALIZED_NAME_INSTITUTION_PRICE_DATETIME
public static final String SERIALIZED_NAME_INSTITUTION_VALUE
public static final String SERIALIZED_NAME_COST_BASIS
public static final String SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_ISO_CURRENCY_CODE
public static final String SERIALIZED_NAME_UNOFFICIAL_CURRENCY_CODE
public static final String SERIALIZED_NAME_VESTED_QUANTITY
public static final String SERIALIZED_NAME_VESTED_VALUE
public String getAccountId()
public void setAccountId(String accountId)
public String getSecurityId()
public void setSecurityId(String securityId)
public Double getInstitutionPrice()
public void setInstitutionPrice(Double institutionPrice)
@Nullable public LocalDate getInstitutionPriceAsOf()
public void setInstitutionPriceAsOf(LocalDate institutionPriceAsOf)
public Holding institutionPriceDatetime(OffsetDateTime institutionPriceDatetime)
@Nullable public OffsetDateTime getInstitutionPriceDatetime()
public void setInstitutionPriceDatetime(OffsetDateTime institutionPriceDatetime)
public Double getInstitutionValue()
public void setInstitutionValue(Double institutionValue)
@Nullable public Double getCostBasis()
public void setCostBasis(Double costBasis)
public Double getQuantity()
public void setQuantity(Double quantity)
@Nullable public String getIsoCurrencyCode()
public void setIsoCurrencyCode(String isoCurrencyCode)
@Nullable public String getUnofficialCurrencyCode()
public void setUnofficialCurrencyCode(String unofficialCurrencyCode)
@Nullable public Double getVestedQuantity()
public void setVestedQuantity(Double vestedQuantity)
@Nullable public Double getVestedValue()
public void setVestedValue(Double vestedValue)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.