Class AdminActionLiquidation
java.lang.Object
markets.alpaca.client.openapi.broker.model.AdminActionLiquidation
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class AdminActionLiquidation
extends Object
implements Serializable
Represents structure of a Liquidation type AdminAction
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionat(OffsetDateTime at) belongsTo(AdminActionBelongsTo belongsTo) category(AdminActionCategory category) correspondent(String correspondent) createdBy(AdminActionCreatedBy createdBy) booleanstatic AdminActionLiquidationCreate an instance of AdminActionLiquidation given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.getAt()Timestamp of eventGet belongsToGet categoryGet contextRelated correspondentGet createdByLexically sortable, monotonically increasing character arraygetNote()Free text form description of the admin actionId of the replaced event (optional)getType()Get typeGet visibilityinthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.replacesEventId(String replacesEventId) voidsetAt(OffsetDateTime at) voidsetBelongsTo(AdminActionBelongsTo belongsTo) voidsetCategory(AdminActionCategory category) voidvoidsetCorrespondent(String correspondent) voidsetCreatedBy(AdminActionCreatedBy createdBy) voidsetEventId(String eventId) voidvoidsetReplacesEventId(String replacesEventId) voidsetType(AdminActionType type) voidsetVisibility(AdminActionVisibility visibility) toJson()Convert an instance of AdminActionLiquidation to an JSON stringtoString()type(AdminActionType type) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues foundvisibility(AdminActionVisibility visibility)
-
Field Details
-
SERIALIZED_NAME_AT
- See Also:
-
SERIALIZED_NAME_BELONGS_TO
- See Also:
-
SERIALIZED_NAME_CATEGORY
- See Also:
-
SERIALIZED_NAME_CORRESPONDENT
- See Also:
-
SERIALIZED_NAME_CREATED_BY
- See Also:
-
SERIALIZED_NAME_EVENT_ID
- See Also:
-
SERIALIZED_NAME_NOTE
- See Also:
-
SERIALIZED_NAME_REPLACES_EVENT_ID
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_VISIBILITY
- See Also:
-
SERIALIZED_NAME_CONTEXT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
AdminActionLiquidation
public AdminActionLiquidation()
-
-
Method Details
-
at
-
getAt
Timestamp of event- Returns:
- at
-
setAt
-
belongsTo
-
getBelongsTo
Get belongsTo- Returns:
- belongsTo
-
setBelongsTo
-
category
-
getCategory
Get category- Returns:
- category
-
setCategory
-
correspondent
-
getCorrespondent
Related correspondent- Returns:
- correspondent
-
setCorrespondent
-
createdBy
-
getCreatedBy
Get createdBy- Returns:
- createdBy
-
setCreatedBy
-
eventId
-
getEventId
Lexically sortable, monotonically increasing character array- Returns:
- eventId
-
setEventId
-
note
-
getNote
Free text form description of the admin action- Returns:
- note
-
setNote
-
replacesEventId
-
getReplacesEventId
Id of the replaced event (optional)- Returns:
- replacesEventId
-
setReplacesEventId
-
type
-
getType
Get type- Returns:
- type
-
setType
-
visibility
-
getVisibility
Get visibility- Returns:
- visibility
-
setVisibility
-
context
-
getContext
Get context- Returns:
- context
-
setContext
-
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 AdminActionLiquidation 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 AdminActionLiquidation
-
fromJson
Create an instance of AdminActionLiquidation given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AdminActionLiquidation
- Throws:
IOException- if the JSON string is invalid with respect to AdminActionLiquidation
-
toJson
Convert an instance of AdminActionLiquidation to an JSON string- Returns:
- JSON string
-