Class NameChange
java.lang.Object
markets.alpaca.client.openapi.data.model.NameChange
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class NameChange
extends Object
implements Serializable
Name change.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic NameChangeCreate an instance of NameChange given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.The ISO 4217 currency code associated with the corporate action.getId()The internal Alpaca identifier of the corporate action.Get newCusipInternational Securities Identification Number (ISIN) as defined by ISO 6166.Get newSymbolGet oldCusipInternational Securities Identification Number (ISIN) as defined by ISO 6166.Get oldSymbolThe date when the corporate action is processed by Alpaca.inthashCode()processDate(LocalDate processDate) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetCurrency(String currency) voidvoidsetNewCusip(String newCusip) voidsetNewIsin(String newIsin) voidsetNewSymbol(String newSymbol) voidsetOldCusip(String oldCusip) voidsetOldIsin(String oldIsin) voidsetOldSymbol(String oldSymbol) voidsetProcessDate(LocalDate processDate) toJson()Convert an instance of NameChange 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_CURRENCY
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NEW_CUSIP
- See Also:
-
SERIALIZED_NAME_NEW_ISIN
- See Also:
-
SERIALIZED_NAME_NEW_SYMBOL
- See Also:
-
SERIALIZED_NAME_OLD_CUSIP
- See Also:
-
SERIALIZED_NAME_OLD_ISIN
- See Also:
-
SERIALIZED_NAME_OLD_SYMBOL
- See Also:
-
SERIALIZED_NAME_PROCESS_DATE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
NameChange
public NameChange()
-
-
Method Details
-
currency
-
getCurrency
The ISO 4217 currency code associated with the corporate action. Empty value can mean USD, non-applicable (e.g. for name changes) or unknown (can change later to a valid currency).- Returns:
- currency
-
setCurrency
-
id
-
getId
The internal Alpaca identifier of the corporate action.- Returns:
- id
-
setId
-
newCusip
-
getNewCusip
Get newCusip- Returns:
- newCusip
-
setNewCusip
-
newIsin
-
getNewIsin
International Securities Identification Number (ISIN) as defined by ISO 6166. May be empty for US corporate actions.- Returns:
- newIsin
-
setNewIsin
-
newSymbol
-
getNewSymbol
Get newSymbol- Returns:
- newSymbol
-
setNewSymbol
-
oldCusip
-
getOldCusip
Get oldCusip- Returns:
- oldCusip
-
setOldCusip
-
oldIsin
-
getOldIsin
International Securities Identification Number (ISIN) as defined by ISO 6166. May be empty for US corporate actions.- Returns:
- oldIsin
-
setOldIsin
-
oldSymbol
-
getOldSymbol
Get oldSymbol- Returns:
- oldSymbol
-
setOldSymbol
-
processDate
-
getProcessDate
The date when the corporate action is processed by Alpaca.- Returns:
- processDate
-
setProcessDate
-
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 NameChange 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 NameChange
-
fromJson
Create an instance of NameChange given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of NameChange
- Throws:
IOException- if the JSON string is invalid with respect to NameChange
-
toJson
Convert an instance of NameChange to an JSON string- Returns:
- JSON string
-