Class GetV1TransfersJitReports200Response
java.lang.Object
markets.alpaca.client.openapi.broker.model.AbstractOpenApiSchema
markets.alpaca.client.openapi.broker.model.GetV1TransfersJitReports200Response
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class GetV1TransfersJitReports200Response
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 GetV1TransfersJitReports200Response given an JSON stringGet the actual instance, which can be the following: JITReport, JITReportDownloadURLGet the actual instance of `JITReport`.Get the actual instance of `JITReportDownloadURL`.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: JITReport, JITReportDownloadURL It could be an instance of the 'oneOf' schemas.toJson()Convert an instance of GetV1TransfersJitReports200Response 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
-
GetV1TransfersJitReports200Response
public GetV1TransfersJitReports200Response() -
GetV1TransfersJitReports200Response
-
-
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: JITReport, JITReportDownloadURL 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: JITReport, JITReportDownloadURL- Overrides:
getActualInstancein classAbstractOpenApiSchema- Returns:
- The actual instance (JITReport, JITReportDownloadURL)
-
getJITReport
Get the actual instance of `JITReport`. If the actual instance is not `JITReport`, the ClassCastException will be thrown.- Returns:
- The actual instance of `JITReport`
- Throws:
ClassCastException- if the instance is not `JITReport`
-
getJITReportDownloadURL
Get the actual instance of `JITReportDownloadURL`. If the actual instance is not `JITReportDownloadURL`, the ClassCastException will be thrown.- Returns:
- The actual instance of `JITReportDownloadURL`
- Throws:
ClassCastException- if the instance is not `JITReportDownloadURL`
-
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 GetV1TransfersJitReports200Response
-
fromJson
Create an instance of GetV1TransfersJitReports200Response given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetV1TransfersJitReports200Response
- Throws:
IOException- if the JSON string is invalid with respect to GetV1TransfersJitReports200Response
-
toJson
Convert an instance of GetV1TransfersJitReports200Response to an JSON string- Returns:
- JSON string
-