@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class NotebookLogStreamCellAttributes extends Object
log_stream cell.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DEFINITION |
static String |
JSON_PROPERTY_GRAPH_SIZE |
static String |
JSON_PROPERTY_TIME |
boolean |
unparsed |
| Constructor and Description |
|---|
NotebookLogStreamCellAttributes() |
NotebookLogStreamCellAttributes(LogStreamWidgetDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
NotebookLogStreamCellAttributes |
definition(LogStreamWidgetDefinition definition) |
boolean |
equals(Object o)
Return true if this NotebookLogStreamCellAttributes 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.
|
LogStreamWidgetDefinition |
getDefinition()
The Log Stream displays a log flow matching the defined query.
|
NotebookGraphSize |
getGraphSize()
The size of the graph.
|
org.openapitools.jackson.nullable.JsonNullable<NotebookCellTime> |
getTime_JsonNullable() |
NotebookCellTime |
getTime()
Timeframe for the notebook cell.
|
NotebookLogStreamCellAttributes |
graphSize(NotebookGraphSize graphSize) |
int |
hashCode() |
NotebookLogStreamCellAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDefinition(LogStreamWidgetDefinition definition) |
void |
setGraphSize(NotebookGraphSize graphSize) |
void |
setTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<NotebookCellTime> time) |
void |
setTime(NotebookCellTime time) |
NotebookLogStreamCellAttributes |
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_TIME
public NotebookLogStreamCellAttributes()
public NotebookLogStreamCellAttributes(LogStreamWidgetDefinition definition)
public NotebookLogStreamCellAttributes definition(LogStreamWidgetDefinition definition)
public LogStreamWidgetDefinition getDefinition()
public void setDefinition(LogStreamWidgetDefinition definition)
public NotebookLogStreamCellAttributes graphSize(NotebookGraphSize graphSize)
@Nullable public NotebookGraphSize getGraphSize()
public void setGraphSize(NotebookGraphSize graphSize)
public NotebookLogStreamCellAttributes 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 NotebookLogStreamCellAttributes 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.