@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EntityV3 extends AbstractOpenApiSchema
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityV3.EntityV3Deserializer |
static class |
EntityV3.EntityV3Serializer |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,jakarta.ws.rs.core.GenericType> |
schemas |
boolean |
unparsed |
| Constructor and Description |
|---|
EntityV3() |
EntityV3(EntityV3API o) |
EntityV3(EntityV3Datastore o) |
EntityV3(EntityV3Queue o) |
EntityV3(EntityV3Service o) |
EntityV3(EntityV3System o) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getActualInstance()
Get the actual instance, which can be the following: EntityV3Service, EntityV3Datastore,
EntityV3Queue, EntityV3System, EntityV3API
|
EntityV3API |
getEntityV3API()
Get the actual instance of `EntityV3API`.
|
EntityV3Datastore |
getEntityV3Datastore()
Get the actual instance of `EntityV3Datastore`.
|
EntityV3Queue |
getEntityV3Queue()
Get the actual instance of `EntityV3Queue`.
|
EntityV3Service |
getEntityV3Service()
Get the actual instance of `EntityV3Service`.
|
EntityV3System |
getEntityV3System()
Get the actual instance of `EntityV3System`.
|
Map<String,jakarta.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 oneOf child schema, check the instance parameter is valid
against the oneOf child schemas: EntityV3Service, EntityV3Datastore, EntityV3Queue,
EntityV3System, EntityV3API
|
equals, getActualInstanceRecursively, getSchemaType, hashCode, isNullable, toStringpublic EntityV3()
public EntityV3(EntityV3Service o)
public EntityV3(EntityV3Datastore o)
public EntityV3(EntityV3Queue o)
public EntityV3(EntityV3System o)
public EntityV3(EntityV3API o)
public Map<String,jakarta.ws.rs.core.GenericType> getSchemas()
AbstractOpenApiSchemagetSchemas in class AbstractOpenApiSchemapublic void setActualInstance(Object instance)
It could be an instance of the 'oneOf' schemas. The oneOf child schemas may themselves be a composed schema (allOf, anyOf, oneOf).
setActualInstance in class AbstractOpenApiSchemainstance - the actual instance of the schema/objectpublic Object getActualInstance()
getActualInstance in class AbstractOpenApiSchemapublic EntityV3Service getEntityV3Service() throws ClassCastException
ClassCastException - if the instance is not `EntityV3Service`public EntityV3Datastore getEntityV3Datastore() throws ClassCastException
ClassCastException - if the instance is not `EntityV3Datastore`public EntityV3Queue getEntityV3Queue() throws ClassCastException
ClassCastException - if the instance is not `EntityV3Queue`public EntityV3System getEntityV3System() throws ClassCastException
ClassCastException - if the instance is not `EntityV3System`public EntityV3API getEntityV3API() throws ClassCastException
ClassCastException - if the instance is not `EntityV3API`Copyright © 2026. All rights reserved.