@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class NotebookMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_IS_TEMPLATE |
static String |
JSON_PROPERTY_TAKE_SNAPSHOTS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
NotebookMetadata() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this NotebookMetadata 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.
|
Boolean |
getIsTemplate()
Whether or not the notebook is a template.
|
Boolean |
getTakeSnapshots()
Whether or not the notebook takes snapshot image backups of the notebook's fixed-time graphs.
|
org.openapitools.jackson.nullable.JsonNullable<NotebookMetadataType> |
getType_JsonNullable() |
NotebookMetadataType |
getType()
Metadata type of the notebook.
|
int |
hashCode() |
NotebookMetadata |
isTemplate(Boolean isTemplate) |
NotebookMetadata |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setIsTemplate(Boolean isTemplate) |
void |
setTakeSnapshots(Boolean takeSnapshots) |
void |
setType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<NotebookMetadataType> type) |
void |
setType(NotebookMetadataType type) |
NotebookMetadata |
takeSnapshots(Boolean takeSnapshots) |
String |
toString() |
NotebookMetadata |
type(NotebookMetadataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_IS_TEMPLATE
public static final String JSON_PROPERTY_TAKE_SNAPSHOTS
public static final String JSON_PROPERTY_TYPE
public NotebookMetadata isTemplate(Boolean isTemplate)
@Nullable public Boolean getIsTemplate()
public void setIsTemplate(Boolean isTemplate)
public NotebookMetadata takeSnapshots(Boolean takeSnapshots)
@Nullable public Boolean getTakeSnapshots()
public void setTakeSnapshots(Boolean takeSnapshots)
public NotebookMetadata type(NotebookMetadataType type)
@Nullable public NotebookMetadataType getType()
public org.openapitools.jackson.nullable.JsonNullable<NotebookMetadataType> getType_JsonNullable()
public void setType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<NotebookMetadataType> type)
public void setType(NotebookMetadataType type)
public NotebookMetadata 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.