@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class NotebookDistributionCellAttributes extends Object
distribution 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 |
|---|
NotebookDistributionCellAttributes() |
NotebookDistributionCellAttributes(DistributionWidgetDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
NotebookDistributionCellAttributes |
definition(DistributionWidgetDefinition definition) |
boolean |
equals(Object o)
Return true if this NotebookDistributionCellAttributes 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.
|
DistributionWidgetDefinition |
getDefinition()
The Distribution visualization is another way of showing metrics aggregated across one or
several 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.
|
NotebookDistributionCellAttributes |
graphSize(NotebookGraphSize graphSize) |
int |
hashCode() |
NotebookDistributionCellAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDefinition(DistributionWidgetDefinition definition) |
void |
setGraphSize(NotebookGraphSize graphSize) |
void |
setSplitBy(NotebookSplitBy splitBy) |
void |
setTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<NotebookCellTime> time) |
void |
setTime(NotebookCellTime time) |
NotebookDistributionCellAttributes |
splitBy(NotebookSplitBy splitBy) |
NotebookDistributionCellAttributes |
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 NotebookDistributionCellAttributes()
public NotebookDistributionCellAttributes(DistributionWidgetDefinition definition)
public NotebookDistributionCellAttributes definition(DistributionWidgetDefinition definition)
public DistributionWidgetDefinition getDefinition()
public void setDefinition(DistributionWidgetDefinition definition)
public NotebookDistributionCellAttributes graphSize(NotebookGraphSize graphSize)
@Nullable public NotebookGraphSize getGraphSize()
public void setGraphSize(NotebookGraphSize graphSize)
public NotebookDistributionCellAttributes splitBy(NotebookSplitBy splitBy)
@Nullable public NotebookSplitBy getSplitBy()
public void setSplitBy(NotebookSplitBy splitBy)
public NotebookDistributionCellAttributes 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 NotebookDistributionCellAttributes 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.