Class OvercontributedIRAAccount
java.lang.Object
markets.alpaca.client.openapi.broker.model.OvercontributedIRAAccount
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class OvercontributedIRAAccount
extends Object
implements Serializable
OvercontributedIRAAccount
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic OvercontributedIRAAccountCreate an instance of OvercontributedIRAAccount given an JSON stringThe account idReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.The tax yearThe total conntribution amountinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetAccountId(String accountId) voidsetTaxYear(BigDecimal taxYear) voidsetTotalContributionAmount(BigDecimal totalContributionAmount) taxYear(BigDecimal taxYear) toJson()Convert an instance of OvercontributedIRAAccount to an JSON stringtoString()totalContributionAmount(BigDecimal totalContributionAmount) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ACCOUNT_ID
- See Also:
-
SERIALIZED_NAME_TAX_YEAR
- See Also:
-
SERIALIZED_NAME_TOTAL_CONTRIBUTION_AMOUNT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
OvercontributedIRAAccount
public OvercontributedIRAAccount()
-
-
Method Details
-
accountId
-
getAccountId
The account id- Returns:
- accountId
-
setAccountId
-
taxYear
-
getTaxYear
The tax year- Returns:
- taxYear
-
setTaxYear
-
totalContributionAmount
public OvercontributedIRAAccount totalContributionAmount(@Nullable BigDecimal totalContributionAmount) -
getTotalContributionAmount
The total conntribution amount- Returns:
- totalContributionAmount
-
setTotalContributionAmount
-
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 OvercontributedIRAAccount 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 OvercontributedIRAAccount
-
fromJson
Create an instance of OvercontributedIRAAccount given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of OvercontributedIRAAccount
- Throws:
IOException- if the JSON string is invalid with respect to OvercontributedIRAAccount
-
toJson
Convert an instance of OvercontributedIRAAccount to an JSON string- Returns:
- JSON string
-