@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SplitGraphSourceWidgetDefinition extends AbstractOpenApiSchema
| Modifier and Type | Class and Description |
|---|---|
static class |
SplitGraphSourceWidgetDefinition.SplitGraphSourceWidgetDefinitionDeserializer |
static class |
SplitGraphSourceWidgetDefinition.SplitGraphSourceWidgetDefinitionSerializer |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,jakarta.ws.rs.core.GenericType> |
schemas |
boolean |
unparsed |
| Modifier and Type | Method and Description |
|---|---|
Object |
getActualInstance()
Get the actual instance, which can be the following: ChangeWidgetDefinition,
GeomapWidgetDefinition, QueryValueWidgetDefinition, ScatterPlotWidgetDefinition,
SunburstWidgetDefinition, TableWidgetDefinition, TimeseriesWidgetDefinition,
ToplistWidgetDefinition, TreeMapWidgetDefinition
|
ChangeWidgetDefinition |
getChangeWidgetDefinition()
Get the actual instance of `ChangeWidgetDefinition`.
|
GeomapWidgetDefinition |
getGeomapWidgetDefinition()
Get the actual instance of `GeomapWidgetDefinition`.
|
QueryValueWidgetDefinition |
getQueryValueWidgetDefinition()
Get the actual instance of `QueryValueWidgetDefinition`.
|
ScatterPlotWidgetDefinition |
getScatterPlotWidgetDefinition()
Get the actual instance of `ScatterPlotWidgetDefinition`.
|
Map<String,jakarta.ws.rs.core.GenericType> |
getSchemas()
Get the list of oneOf/anyOf composed schemas allowed to be stored in this object
|
SunburstWidgetDefinition |
getSunburstWidgetDefinition()
Get the actual instance of `SunburstWidgetDefinition`.
|
TableWidgetDefinition |
getTableWidgetDefinition()
Get the actual instance of `TableWidgetDefinition`.
|
TimeseriesWidgetDefinition |
getTimeseriesWidgetDefinition()
Get the actual instance of `TimeseriesWidgetDefinition`.
|
ToplistWidgetDefinition |
getToplistWidgetDefinition()
Get the actual instance of `ToplistWidgetDefinition`.
|
TreeMapWidgetDefinition |
getTreeMapWidgetDefinition()
Get the actual instance of `TreeMapWidgetDefinition`.
|
void |
setActualInstance(Object instance)
Set the instance that matches the oneOf child schema, check the instance parameter is valid
against the oneOf child schemas: ChangeWidgetDefinition, GeomapWidgetDefinition,
QueryValueWidgetDefinition, ScatterPlotWidgetDefinition, SunburstWidgetDefinition,
TableWidgetDefinition, TimeseriesWidgetDefinition, ToplistWidgetDefinition,
TreeMapWidgetDefinition
|
equals, getActualInstanceRecursively, getSchemaType, hashCode, isNullable, toStringpublic SplitGraphSourceWidgetDefinition()
public SplitGraphSourceWidgetDefinition(ChangeWidgetDefinition o)
public SplitGraphSourceWidgetDefinition(GeomapWidgetDefinition o)
public SplitGraphSourceWidgetDefinition(QueryValueWidgetDefinition o)
public SplitGraphSourceWidgetDefinition(ScatterPlotWidgetDefinition o)
public SplitGraphSourceWidgetDefinition(SunburstWidgetDefinition o)
public SplitGraphSourceWidgetDefinition(TableWidgetDefinition o)
public SplitGraphSourceWidgetDefinition(TimeseriesWidgetDefinition o)
public SplitGraphSourceWidgetDefinition(ToplistWidgetDefinition o)
public SplitGraphSourceWidgetDefinition(TreeMapWidgetDefinition 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 ChangeWidgetDefinition getChangeWidgetDefinition() throws ClassCastException
ClassCastException - if the instance is not `ChangeWidgetDefinition`public GeomapWidgetDefinition getGeomapWidgetDefinition() throws ClassCastException
ClassCastException - if the instance is not `GeomapWidgetDefinition`public QueryValueWidgetDefinition getQueryValueWidgetDefinition() throws ClassCastException
ClassCastException - if the instance is not `QueryValueWidgetDefinition`public ScatterPlotWidgetDefinition getScatterPlotWidgetDefinition() throws ClassCastException
ClassCastException - if the instance is not `ScatterPlotWidgetDefinition`public SunburstWidgetDefinition getSunburstWidgetDefinition() throws ClassCastException
ClassCastException - if the instance is not `SunburstWidgetDefinition`public TableWidgetDefinition getTableWidgetDefinition() throws ClassCastException
ClassCastException - if the instance is not `TableWidgetDefinition`public TimeseriesWidgetDefinition getTimeseriesWidgetDefinition() throws ClassCastException
ClassCastException - if the instance is not `TimeseriesWidgetDefinition`public ToplistWidgetDefinition getToplistWidgetDefinition() throws ClassCastException
ClassCastException - if the instance is not `ToplistWidgetDefinition`public TreeMapWidgetDefinition getTreeMapWidgetDefinition() throws ClassCastException
ClassCastException - if the instance is not `TreeMapWidgetDefinition`Copyright © 2024. All rights reserved.