Package com.qtsurfer.api.client.model
Class SweepAxis
java.lang.Object
com.qtsurfer.api.client.model.AbstractOpenApiSchema
com.qtsurfer.api.client.model.SweepAxis
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class SweepAxis
extends AbstractOpenApiSchema
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the actual instance, which can be the following: SweepAxisOneOf, SweepAxisOneOf1Get the list of oneOf/anyOf composed schemas allowed to be stored in this objectGet the actual instance of `SweepAxisOneOf`.Get the actual instance of `SweepAxisOneOf1`.voidsetActualInstance(Object instance) Set the instance that matches the oneOf child schema, check the instance parameter is valid against the oneOf child schemas: SweepAxisOneOf, SweepAxisOneOf1 It could be an instance of the 'oneOf' schemas.Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.Methods inherited from class com.qtsurfer.api.client.model.AbstractOpenApiSchema
equals, getActualInstanceRecursively, getSchemaType, hashCode, isNullable, toString
-
Field Details
-
schemas
-
-
Constructor Details
-
SweepAxis
public SweepAxis() -
SweepAxis
-
SweepAxis
-
-
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: SweepAxisOneOf, SweepAxisOneOf1 It could be an instance of the 'oneOf' schemas. The oneOf child schemas may themselves be a composed schema (allOf, anyOf, oneOf).- Overrides:
setActualInstancein classAbstractOpenApiSchema- Parameters:
instance- the actual instance of the schema/object
-
getActualInstance
Get the actual instance, which can be the following: SweepAxisOneOf, SweepAxisOneOf1- Overrides:
getActualInstancein classAbstractOpenApiSchema- Returns:
- The actual instance (SweepAxisOneOf, SweepAxisOneOf1)
-
getSweepAxisOneOf
Get the actual instance of `SweepAxisOneOf`. If the actual instance is not `SweepAxisOneOf`, the ClassCastException will be thrown.- Returns:
- The actual instance of `SweepAxisOneOf`
- Throws:
ClassCastException- if the instance is not `SweepAxisOneOf`
-
getSweepAxisOneOf1
Get the actual instance of `SweepAxisOneOf1`. If the actual instance is not `SweepAxisOneOf1`, the ClassCastException will be thrown.- Returns:
- The actual instance of `SweepAxisOneOf1`
- Throws:
ClassCastException- if the instance is not `SweepAxisOneOf1`
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-