@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class NotebookCellCreateRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
NotebookCellCreateRequest() |
NotebookCellCreateRequest(NotebookCellCreateRequestAttributes attributes,
NotebookCellResourceType type) |
| Modifier and Type | Method and Description |
|---|---|
NotebookCellCreateRequest |
attributes(NotebookCellCreateRequestAttributes attributes) |
boolean |
equals(Object o)
Return true if this NotebookCellCreateRequest object is equal to o.
|
NotebookCellCreateRequestAttributes |
getAttributes()
The attributes of a notebook cell in create cell request.
|
NotebookCellResourceType |
getType()
Type of the Notebook Cell resource.
|
int |
hashCode() |
void |
setAttributes(NotebookCellCreateRequestAttributes attributes) |
void |
setType(NotebookCellResourceType type) |
String |
toString() |
NotebookCellCreateRequest |
type(NotebookCellResourceType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_TYPE
public NotebookCellCreateRequest()
public NotebookCellCreateRequest(NotebookCellCreateRequestAttributes attributes, NotebookCellResourceType type)
public NotebookCellCreateRequest attributes(NotebookCellCreateRequestAttributes attributes)
public NotebookCellCreateRequestAttributes getAttributes()
markdown
, timeseries, toplist, heatmap,
distribution, log_stream. More information on each graph
visualization type.public void setAttributes(NotebookCellCreateRequestAttributes attributes)
public NotebookCellCreateRequest type(NotebookCellResourceType type)
public NotebookCellResourceType getType()
public void setType(NotebookCellResourceType type)
public boolean equals(Object o)
Copyright © 2024. All rights reserved.