Class DailyCashInterest
java.lang.Object
markets.alpaca.client.openapi.broker.model.DailyCashInterest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class DailyCashInterest
extends Object
implements Serializable
DailyCashInterest
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountAccruedInterest(BigDecimal accountAccruedInterest) accountRateBps(Integer accountRateBps) aprTierName(String aprTierName) cashBalance(BigDecimal cashBalance) correspondentFee(BigDecimal correspondentFee) correspondentRateBps(Integer correspondentRateBps) booleanstatic DailyCashInterestCreate an instance of DailyCashInterest given an JSON stringGet accountAccruedInterestGet accountIdGet accountRateBpsReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get aprTierIdGet aprTierNameGet cashBalanceGet correspondentFeeGet correspondentRateBpsGet currencygetDate()Get dateinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetAccountAccruedInterest(BigDecimal accountAccruedInterest) voidsetAccountId(UUID accountId) voidsetAccountRateBps(Integer accountRateBps) voidsetAprTierId(UUID aprTierId) voidsetAprTierName(String aprTierName) voidsetCashBalance(BigDecimal cashBalance) voidsetCorrespondentFee(BigDecimal correspondentFee) voidsetCorrespondentRateBps(Integer correspondentRateBps) voidsetCurrency(String currency) voidtoJson()Convert an instance of DailyCashInterest to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ACCOUNT_ACCRUED_INTEREST
- See Also:
-
SERIALIZED_NAME_ACCOUNT_ID
- See Also:
-
SERIALIZED_NAME_ACCOUNT_RATE_BPS
- See Also:
-
SERIALIZED_NAME_APR_TIER_ID
- See Also:
-
SERIALIZED_NAME_APR_TIER_NAME
- See Also:
-
SERIALIZED_NAME_CASH_BALANCE
- See Also:
-
SERIALIZED_NAME_CORRESPONDENT_FEE
- See Also:
-
SERIALIZED_NAME_CORRESPONDENT_RATE_BPS
- See Also:
-
SERIALIZED_NAME_CURRENCY
- See Also:
-
SERIALIZED_NAME_DATE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
DailyCashInterest
public DailyCashInterest()
-
-
Method Details
-
accountAccruedInterest
-
getAccountAccruedInterest
Get accountAccruedInterest- Returns:
- accountAccruedInterest
-
setAccountAccruedInterest
-
accountId
-
getAccountId
Get accountId- Returns:
- accountId
-
setAccountId
-
accountRateBps
-
getAccountRateBps
Get accountRateBps- Returns:
- accountRateBps
-
setAccountRateBps
-
aprTierId
-
getAprTierId
Get aprTierId- Returns:
- aprTierId
-
setAprTierId
-
aprTierName
-
getAprTierName
Get aprTierName- Returns:
- aprTierName
-
setAprTierName
-
cashBalance
-
getCashBalance
Get cashBalance- Returns:
- cashBalance
-
setCashBalance
-
correspondentFee
-
getCorrespondentFee
Get correspondentFee- Returns:
- correspondentFee
-
setCorrespondentFee
-
correspondentRateBps
-
getCorrespondentRateBps
Get correspondentRateBps- Returns:
- correspondentRateBps
-
setCorrespondentRateBps
-
currency
-
getCurrency
Get currency- Returns:
- currency
-
setCurrency
-
date
-
getDate
Get date- Returns:
- date
-
setDate
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the DailyCashInterest instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to DailyCashInterest
-
fromJson
Create an instance of DailyCashInterest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DailyCashInterest
- Throws:
IOException- if the JSON string is invalid with respect to DailyCashInterest
-
toJson
Convert an instance of DailyCashInterest to an JSON string- Returns:
- JSON string
-