@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class TestCaseParams extends AbstractOpenApiSchema
| Modifier and Type | Class and Description |
|---|---|
static class |
TestCaseParams.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,javax.ws.rs.core.GenericType> |
schemas |
| Constructor and Description |
|---|
TestCaseParams() |
TestCaseParams(List<Object> o) |
TestCaseParams(Object o) |
| Modifier and Type | Method and Description |
|---|---|
static TestCaseParams |
fromJson(String jsonString)
Create an instance of TestCaseParams given an JSON string
|
Object |
getActualInstance()
Get the actual instance, which can be the following:
List
|
List<Object> |
getListObject()
Get the actual instance of `List
|
Object |
getObject()
Get the actual instance of `Object`.
|
Map<String,javax.ws.rs.core.GenericType> |
getSchemas()
Get the list of oneOf/anyOf composed schemas allowed to be stored in this object
|
void |
setActualInstance(Object instance)
Set the instance that matches the anyOf child schema, check
the instance parameter is valid against the anyOf child schemas:
List
|
String |
toJson()
Convert an instance of TestCaseParams to an JSON string
|
equals, getActualInstanceRecursively, getSchemaType, hashCode, isNullable, toStringpublic TestCaseParams()
public TestCaseParams(Object o)
public Map<String,javax.ws.rs.core.GenericType> 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 List<Object> getListObject() throws ClassCastException
ClassCastException - if the instance is not `Listpublic Object getObject() throws ClassCastException
ClassCastException - if the instance is not `Object`public static TestCaseParams fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to TestCaseParamspublic String toJson()
Copyright © 2023. All rights reserved.