@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class VerifySignalsPost200Response extends AbstractOpenApiSchema
| Modifier and Type | Class and Description |
|---|---|
static class |
VerifySignalsPost200Response.CustomTypeAdapterFactory |
| Constructor and Description |
|---|
VerifySignalsPost200Response() |
VerifySignalsPost200Response(Object o) |
| Modifier and Type | Method and Description |
|---|---|
static VerifySignalsPost200Response |
fromJson(String jsonString)
Create an instance of VerifySignalsPost200Response given an JSON string
|
Object |
getActualInstance()
Get the actual instance, which can be the following:
SignalsResponseV0, SignalsResponseV20240424
|
Map<String,Class<?>> |
getSchemas()
Get the list of oneOf/anyOf composed schemas allowed to be stored in this object
|
SignalsResponseV0 |
getSignalsResponseV0()
Get the actual instance of `SignalsResponseV0`.
|
SignalsResponseV20240424 |
getSignalsResponseV20240424()
Get the actual instance of `SignalsResponseV20240424`.
|
void |
setActualInstance(Object instance)
Set the instance that matches the oneOf child schema, check
the instance parameter is valid against the oneOf child schemas:
SignalsResponseV0, SignalsResponseV20240424
It could be an instance of the 'oneOf' schemas.
|
String |
toJson()
Convert an instance of VerifySignalsPost200Response to an JSON string
|
static void |
validateJsonElement(com.google.gson.JsonElement jsonElement)
Validates the JSON Element and throws an exception if issues found
|
equals, getActualInstanceRecursively, getSchemaType, hashCode, isNullable, toStringpublic VerifySignalsPost200Response()
public VerifySignalsPost200Response(Object o)
public Map<String,Class<?>> getSchemas()
AbstractOpenApiSchemagetSchemas in class AbstractOpenApiSchemapublic void setActualInstance(Object instance)
setActualInstance in class AbstractOpenApiSchemainstance - the actual instance of the schema/objectpublic Object getActualInstance()
getActualInstance in class AbstractOpenApiSchemapublic SignalsResponseV0 getSignalsResponseV0() throws ClassCastException
ClassCastException - if the instance is not `SignalsResponseV0`public SignalsResponseV20240424 getSignalsResponseV20240424() throws ClassCastException
ClassCastException - if the instance is not `SignalsResponseV20240424`public static void validateJsonElement(com.google.gson.JsonElement jsonElement)
throws IOException
jsonElement - JSON ElementIOException - if the JSON Element is invalid with respect to VerifySignalsPost200Responsepublic static VerifySignalsPost200Response fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to VerifySignalsPost200Responsepublic String toJson()
Copyright © 2024. All rights reserved.