Class TransferIRADetails
java.lang.Object
markets.alpaca.client.openapi.broker.model.TransferIRADetails
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class TransferIRADetails
extends Object
implements Serializable
TransferIRADetails
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondistributionReason(String distributionReason) booleanfedWithholdingAmount(String fedWithholdingAmount) fedWithholdingPct(String fedWithholdingPct) static TransferIRADetailsCreate an instance of TransferIRADetails given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Get distributionReasonGet fedWithholdingAmountGet fedWithholdingPctGet stateWithholdingAmountGet stateWithholdingPctGet taxYearinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetDistributionReason(String distributionReason) voidsetFedWithholdingAmount(String fedWithholdingAmount) voidsetFedWithholdingPct(String fedWithholdingPct) voidsetStateWithholdingAmount(String stateWithholdingAmount) voidsetStateWithholdingPct(String stateWithholdingPct) voidsetTaxYear(String taxYear) stateWithholdingAmount(String stateWithholdingAmount) stateWithholdingPct(String stateWithholdingPct) toJson()Convert an instance of TransferIRADetails 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_DISTRIBUTION_REASON
- See Also:
-
SERIALIZED_NAME_FED_WITHHOLDING_AMOUNT
- See Also:
-
SERIALIZED_NAME_FED_WITHHOLDING_PCT
- See Also:
-
SERIALIZED_NAME_STATE_WITHHOLDING_AMOUNT
- See Also:
-
SERIALIZED_NAME_STATE_WITHHOLDING_PCT
- See Also:
-
SERIALIZED_NAME_TAX_YEAR
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
TransferIRADetails
public TransferIRADetails()
-
-
Method Details
-
distributionReason
-
getDistributionReason
Get distributionReason- Returns:
- distributionReason
-
setDistributionReason
-
fedWithholdingAmount
-
getFedWithholdingAmount
Get fedWithholdingAmount- Returns:
- fedWithholdingAmount
-
setFedWithholdingAmount
-
fedWithholdingPct
-
getFedWithholdingPct
Get fedWithholdingPct- Returns:
- fedWithholdingPct
-
setFedWithholdingPct
-
stateWithholdingAmount
-
getStateWithholdingAmount
Get stateWithholdingAmount- Returns:
- stateWithholdingAmount
-
setStateWithholdingAmount
-
stateWithholdingPct
-
getStateWithholdingPct
Get stateWithholdingPct- Returns:
- stateWithholdingPct
-
setStateWithholdingPct
-
taxYear
-
getTaxYear
Get taxYear- Returns:
- taxYear
-
setTaxYear
-
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 TransferIRADetails 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 TransferIRADetails
-
fromJson
Create an instance of TransferIRADetails given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TransferIRADetails
- Throws:
IOException- if the JSON string is invalid with respect to TransferIRADetails
-
toJson
Convert an instance of TransferIRADetails to an JSON string- Returns:
- JSON string
-