类 AbstractOpenApiSchema
java.lang.Object
com.easemob.im.api.model.AbstractOpenApiSchema
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-25T14:51:53.998371+08:00[Asia/Shanghai]")
public abstract class AbstractOpenApiSchema
extends Object
Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanGet the actual instanceGet the instant recursively when the schemas defined in oneOf/anyof happen to be oneOf/anyOf schema as wellGet the list of oneOf/anyOf composed schemas allowed to be stored in this objectGet the schema type (e.g. anyOf, oneOf)inthashCode()Is nullablevoidsetActualInstance(Object instance) Set the actual instancetoString()
-
构造器详细资料
-
AbstractOpenApiSchema
-
-
方法详细资料
-
getSchemas
Get the list of oneOf/anyOf composed schemas allowed to be stored in this object- 返回:
- an instance of the actual schema/object
-
getActualInstance
Get the actual instance- 返回:
- an instance of the actual schema/object
-
setActualInstance
Set the actual instance- 参数:
instance- the actual instance of the schema/object
-
getActualInstanceRecursively
Get the instant recursively when the schemas defined in oneOf/anyof happen to be oneOf/anyOf schema as well- 返回:
- an instance of the actual schema/object
-
getSchemaType
Get the schema type (e.g. anyOf, oneOf)- 返回:
- the schema type
-
toString
-
equals
-
hashCode
public int hashCode() -
isNullable
Is nullable- 返回:
- true if it's nullable
-