Class SubscribeToAdminActionSSE200ResponseInner
java.lang.Object
markets.alpaca.client.openapi.broker.model.AbstractOpenApiSchema
markets.alpaca.client.openapi.broker.model.SubscribeToAdminActionSSE200ResponseInner
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class SubscribeToAdminActionSSE200ResponseInner
extends AbstractOpenApiSchema
implements Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance of SubscribeToAdminActionSSE200ResponseInner given an JSON stringGet the actual instance, which can be the following: AdminActionLegacyNote, AdminActionLiquidation, AdminActionTransactionCancelGet the actual instance of `AdminActionLegacyNote`.Get the actual instance of `AdminActionLiquidation`.Get the actual instance of `AdminActionTransactionCancel`.Get the list of oneOf/anyOf composed schemas allowed to be stored in this objectvoidsetActualInstance(Object instance) Set the instance that matches the oneOf child schema, check the instance parameter is valid against the oneOf child schemas: AdminActionLegacyNote, AdminActionLiquidation, AdminActionTransactionCancel It could be an instance of the 'oneOf' schemas.toJson()Convert an instance of SubscribeToAdminActionSSE200ResponseInner to an JSON stringstatic voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues foundMethods inherited from class markets.alpaca.client.openapi.broker.model.AbstractOpenApiSchema
equals, getActualInstanceRecursively, getSchemaType, hashCode, isNullable, toString
-
Field Details
-
schemas
-
-
Constructor Details
-
SubscribeToAdminActionSSE200ResponseInner
public SubscribeToAdminActionSSE200ResponseInner() -
SubscribeToAdminActionSSE200ResponseInner
-
-
Method Details
-
getSchemas
Description copied from class:AbstractOpenApiSchemaGet the list of oneOf/anyOf composed schemas allowed to be stored in this object- Specified by:
getSchemasin classAbstractOpenApiSchema- Returns:
- an instance of the actual schema/object
-
setActualInstance
Set the instance that matches the oneOf child schema, check the instance parameter is valid against the oneOf child schemas: AdminActionLegacyNote, AdminActionLiquidation, AdminActionTransactionCancel It could be an instance of the 'oneOf' schemas.- Overrides:
setActualInstancein classAbstractOpenApiSchema- Parameters:
instance- the actual instance of the schema/object
-
getActualInstance
Get the actual instance, which can be the following: AdminActionLegacyNote, AdminActionLiquidation, AdminActionTransactionCancel- Overrides:
getActualInstancein classAbstractOpenApiSchema- Returns:
- The actual instance (AdminActionLegacyNote, AdminActionLiquidation, AdminActionTransactionCancel)
-
getAdminActionLegacyNote
Get the actual instance of `AdminActionLegacyNote`. If the actual instance is not `AdminActionLegacyNote`, the ClassCastException will be thrown.- Returns:
- The actual instance of `AdminActionLegacyNote`
- Throws:
ClassCastException- if the instance is not `AdminActionLegacyNote`
-
getAdminActionLiquidation
Get the actual instance of `AdminActionLiquidation`. If the actual instance is not `AdminActionLiquidation`, the ClassCastException will be thrown.- Returns:
- The actual instance of `AdminActionLiquidation`
- Throws:
ClassCastException- if the instance is not `AdminActionLiquidation`
-
getAdminActionTransactionCancel
Get the actual instance of `AdminActionTransactionCancel`. If the actual instance is not `AdminActionTransactionCancel`, the ClassCastException will be thrown.- Returns:
- The actual instance of `AdminActionTransactionCancel`
- Throws:
ClassCastException- if the instance is not `AdminActionTransactionCancel`
-
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 SubscribeToAdminActionSSE200ResponseInner
-
fromJson
public static SubscribeToAdminActionSSE200ResponseInner fromJson(String jsonString) throws IOException Create an instance of SubscribeToAdminActionSSE200ResponseInner given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SubscribeToAdminActionSSE200ResponseInner
- Throws:
IOException- if the JSON string is invalid with respect to SubscribeToAdminActionSSE200ResponseInner
-
toJson
Convert an instance of SubscribeToAdminActionSSE200ResponseInner to an JSON string- Returns:
- JSON string
-