@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class NotebookResponseDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUTHOR |
static String |
JSON_PROPERTY_CELLS |
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_METADATA |
static String |
JSON_PROPERTY_MODIFIED |
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 |
|---|
NotebookResponseDataAttributes() |
NotebookResponseDataAttributes(List<NotebookCellResponse> cells,
String name,
NotebookGlobalTime time) |
public boolean unparsed
public static final String JSON_PROPERTY_AUTHOR
public static final String JSON_PROPERTY_CELLS
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_METADATA
public static final String JSON_PROPERTY_MODIFIED
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 NotebookResponseDataAttributes()
public NotebookResponseDataAttributes(List<NotebookCellResponse> cells, String name, NotebookGlobalTime time)
public NotebookResponseDataAttributes author(NotebookAuthor author)
@Nullable public NotebookAuthor getAuthor()
public void setAuthor(NotebookAuthor author)
public NotebookResponseDataAttributes cells(List<NotebookCellResponse> cells)
public NotebookResponseDataAttributes addCellsItem(NotebookCellResponse cellsItem)
public List<NotebookCellResponse> getCells()
public void setCells(List<NotebookCellResponse> cells)
@Nullable public OffsetDateTime getCreated()
public NotebookResponseDataAttributes metadata(NotebookMetadata metadata)
@Nullable public NotebookMetadata getMetadata()
public void setMetadata(NotebookMetadata metadata)
@Nullable public OffsetDateTime getModified()
public NotebookResponseDataAttributes name(String name)
public String getName()
public void setName(String name)
public NotebookResponseDataAttributes status(NotebookStatus status)
@Nullable public NotebookStatus getStatus()
public void setStatus(NotebookStatus status)
public NotebookResponseDataAttributes templateVariables(List<NotebookTemplateVariable> templateVariables)
public NotebookResponseDataAttributes 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 NotebookResponseDataAttributes time(NotebookGlobalTime time)
public NotebookGlobalTime getTime()
public void setTime(NotebookGlobalTime time)
public NotebookResponseDataAttributes 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.