Class GetAccountActivities200ResponseInner
java.lang.Object
markets.alpaca.client.openapi.trading.model.AbstractOpenApiSchema
markets.alpaca.client.openapi.trading.model.GetAccountActivities200ResponseInner
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class GetAccountActivities200ResponseInner
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 GetAccountActivities200ResponseInner given an JSON stringGet the actual instance, which can be the following: NonTradeActivities, TradingActivitiesGet the actual instance of `NonTradeActivities`.Get the list of oneOf/anyOf composed schemas allowed to be stored in this objectGet the actual instance of `TradingActivities`.voidsetActualInstance(Object instance) Set the instance that matches the anyOf child schema, check the instance parameter is valid against the anyOf child schemas: NonTradeActivities, TradingActivities It could be an instance of the 'anyOf' schemas.toJson()Convert an instance of GetAccountActivities200ResponseInner 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
-
GetAccountActivities200ResponseInner
public GetAccountActivities200ResponseInner() -
GetAccountActivities200ResponseInner
-
-
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 anyOf child schema, check the instance parameter is valid against the anyOf child schemas: NonTradeActivities, TradingActivities It could be an instance of the 'anyOf' schemas.- Overrides:
setActualInstancein classAbstractOpenApiSchema- Parameters:
instance- the actual instance of the schema/object
-
getActualInstance
Get the actual instance, which can be the following: NonTradeActivities, TradingActivities- Overrides:
getActualInstancein classAbstractOpenApiSchema- Returns:
- The actual instance (NonTradeActivities, TradingActivities)
-
getTradingActivities
Get the actual instance of `TradingActivities`. If the actual instance is not `TradingActivities`, the ClassCastException will be thrown.- Returns:
- The actual instance of `TradingActivities`
- Throws:
ClassCastException- if the instance is not `TradingActivities`
-
getNonTradeActivities
Get the actual instance of `NonTradeActivities`. If the actual instance is not `NonTradeActivities`, the ClassCastException will be thrown.- Returns:
- The actual instance of `NonTradeActivities`
- Throws:
ClassCastException- if the instance is not `NonTradeActivities`
-
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 GetAccountActivities200ResponseInner
-
fromJson
Create an instance of GetAccountActivities200ResponseInner given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetAccountActivities200ResponseInner
- Throws:
IOException- if the JSON string is invalid with respect to GetAccountActivities200ResponseInner
-
toJson
Convert an instance of GetAccountActivities200ResponseInner to an JSON string- Returns:
- JSON string
-