Class ActivityEventV2AllOfDetails
java.lang.Object
markets.alpaca.client.openapi.trading.model.AbstractOpenApiSchema
markets.alpaca.client.openapi.trading.model.ActivityEventV2AllOfDetails
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ActivityEventV2AllOfDetails
extends AbstractOpenApiSchema
implements Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ActivityEventV2AllOfDetailsCreate an instance of ActivityEventV2AllOfDetails given an JSON stringGet the actual instance of `ActivityV2DetailNTA`.Get the actual instance of `ActivityV2DetailTRD`.Get the actual instance, which can be the following: ActivityV2DetailNTA, ActivityV2DetailTRDGet 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: ActivityV2DetailNTA, ActivityV2DetailTRD It could be an instance of the 'oneOf' schemas.toJson()Convert an instance of ActivityEventV2AllOfDetails 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.trading.model.AbstractOpenApiSchema
equals, getActualInstanceRecursively, getSchemaType, hashCode, isNullable, toString
-
Field Details
-
schemas
-
-
Constructor Details
-
ActivityEventV2AllOfDetails
public ActivityEventV2AllOfDetails() -
ActivityEventV2AllOfDetails
-
-
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: ActivityV2DetailNTA, ActivityV2DetailTRD 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: ActivityV2DetailNTA, ActivityV2DetailTRD- Overrides:
getActualInstancein classAbstractOpenApiSchema- Returns:
- The actual instance (ActivityV2DetailNTA, ActivityV2DetailTRD)
-
getActivityV2DetailTRD
Get the actual instance of `ActivityV2DetailTRD`. If the actual instance is not `ActivityV2DetailTRD`, the ClassCastException will be thrown.- Returns:
- The actual instance of `ActivityV2DetailTRD`
- Throws:
ClassCastException- if the instance is not `ActivityV2DetailTRD`
-
getActivityV2DetailNTA
Get the actual instance of `ActivityV2DetailNTA`. If the actual instance is not `ActivityV2DetailNTA`, the ClassCastException will be thrown.- Returns:
- The actual instance of `ActivityV2DetailNTA`
- Throws:
ClassCastException- if the instance is not `ActivityV2DetailNTA`
-
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 ActivityEventV2AllOfDetails
-
fromJson
Create an instance of ActivityEventV2AllOfDetails given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ActivityEventV2AllOfDetails
- Throws:
IOException- if the JSON string is invalid with respect to ActivityEventV2AllOfDetails
-
toJson
Convert an instance of ActivityEventV2AllOfDetails to an JSON string- Returns:
- JSON string
-