@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class NotebookHeatMapCellAttributes extends Object
heatmap cell.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DEFINITION |
static String |
JSON_PROPERTY_GRAPH_SIZE |
static String |
JSON_PROPERTY_SPLIT_BY |
static String |
JSON_PROPERTY_TIME |
boolean |
unparsed |
| Constructor and Description |
|---|
NotebookHeatMapCellAttributes() |
NotebookHeatMapCellAttributes(HeatMapWidgetDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
NotebookHeatMapCellAttributes |
definition(HeatMapWidgetDefinition definition) |
boolean |
equals(Object o)
Return true if this NotebookHeatMapCellAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
HeatMapWidgetDefinition |
getDefinition()
The heat map visualization shows metrics aggregated across many tags, such as hosts.
|
NotebookGraphSize |
getGraphSize()
The size of the graph.
|
NotebookSplitBy |
getSplitBy()
Object describing how to split the graph to display multiple visualizations per request.
|
org.openapitools.jackson.nullable.JsonNullable<NotebookCellTime> |
getTime_JsonNullable() |
NotebookCellTime |
getTime()
Timeframe for the notebook cell.
|
NotebookHeatMapCellAttributes |
graphSize(NotebookGraphSize graphSize) |
int |
hashCode() |
NotebookHeatMapCellAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDefinition(HeatMapWidgetDefinition definition) |
void |
setGraphSize(NotebookGraphSize graphSize) |
void |
setSplitBy(NotebookSplitBy splitBy) |
void |
setTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<NotebookCellTime> time) |
void |
setTime(NotebookCellTime time) |
NotebookHeatMapCellAttributes |
splitBy(NotebookSplitBy splitBy) |
NotebookHeatMapCellAttributes |
time(NotebookCellTime time) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DEFINITION
public static final String JSON_PROPERTY_GRAPH_SIZE
public static final String JSON_PROPERTY_SPLIT_BY
public static final String JSON_PROPERTY_TIME
public NotebookHeatMapCellAttributes()
public NotebookHeatMapCellAttributes(HeatMapWidgetDefinition definition)
public NotebookHeatMapCellAttributes definition(HeatMapWidgetDefinition definition)
public HeatMapWidgetDefinition getDefinition()
public void setDefinition(HeatMapWidgetDefinition definition)
public NotebookHeatMapCellAttributes graphSize(NotebookGraphSize graphSize)
@Nullable public NotebookGraphSize getGraphSize()
public void setGraphSize(NotebookGraphSize graphSize)
public NotebookHeatMapCellAttributes splitBy(NotebookSplitBy splitBy)
@Nullable public NotebookSplitBy getSplitBy()
public void setSplitBy(NotebookSplitBy splitBy)
public NotebookHeatMapCellAttributes time(NotebookCellTime time)
@Nullable public NotebookCellTime getTime()
public org.openapitools.jackson.nullable.JsonNullable<NotebookCellTime> getTime_JsonNullable()
public void setTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<NotebookCellTime> time)
public void setTime(NotebookCellTime time)
public NotebookHeatMapCellAttributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.