@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class NotebookUpdateDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CELLS |
static String |
JSON_PROPERTY_METADATA |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_TEMPLATE_VARIABLES |
static String |
JSON_PROPERTY_TIME |
boolean |
unparsed |
| Constructor and Description |
|---|
NotebookUpdateDataAttributes() |
NotebookUpdateDataAttributes(List<NotebookUpdateCell> cells,
String name,
NotebookGlobalTime time) |
public boolean unparsed
public static final String JSON_PROPERTY_CELLS
public static final String JSON_PROPERTY_METADATA
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_TEMPLATE_VARIABLES
public static final String JSON_PROPERTY_TIME
public NotebookUpdateDataAttributes()
public NotebookUpdateDataAttributes(List<NotebookUpdateCell> cells, String name, NotebookGlobalTime time)
public NotebookUpdateDataAttributes cells(List<NotebookUpdateCell> cells)
public NotebookUpdateDataAttributes addCellsItem(NotebookUpdateCell cellsItem)
public List<NotebookUpdateCell> getCells()
public void setCells(List<NotebookUpdateCell> cells)
public NotebookUpdateDataAttributes metadata(NotebookMetadata metadata)
@Nullable public NotebookMetadata getMetadata()
public void setMetadata(NotebookMetadata metadata)
public NotebookUpdateDataAttributes name(String name)
public String getName()
public void setName(String name)
public NotebookUpdateDataAttributes status(NotebookStatus status)
@Nullable public NotebookStatus getStatus()
public void setStatus(NotebookStatus status)
public NotebookUpdateDataAttributes templateVariables(List<NotebookTemplateVariable> templateVariables)
public NotebookUpdateDataAttributes addTemplateVariablesItem(NotebookTemplateVariable templateVariablesItem)
@Nullable public List<NotebookTemplateVariable> getTemplateVariables()
public org.openapitools.jackson.nullable.JsonNullable<List<NotebookTemplateVariable>> getTemplateVariables_JsonNullable()
public void setTemplateVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<NotebookTemplateVariable>> templateVariables)
public void setTemplateVariables(List<NotebookTemplateVariable> templateVariables)
public NotebookUpdateDataAttributes time(NotebookGlobalTime time)
public NotebookGlobalTime getTime()
public void setTime(NotebookGlobalTime time)
public NotebookUpdateDataAttributes 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 © 2026. All rights reserved.