@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class PageAnnotationsData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
PageAnnotationsData() |
PageAnnotationsData(PageAnnotationsAttributes attributes,
String id,
PageAnnotationsType type) |
| Modifier and Type | Method and Description |
|---|---|
PageAnnotationsData |
attributes(PageAnnotationsAttributes attributes) |
boolean |
equals(Object o)
Return true if this PageAnnotationsData 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.
|
PageAnnotationsAttributes |
getAttributes()
Attributes of the annotations on a page.
|
String |
getId()
ID of the page, prefixed with the page type and joined by a colon (for example,
dashboard:abc-def-xyz or notebook:1234567890). |
PageAnnotationsType |
getType()
Page annotations resource type.
|
int |
hashCode() |
PageAnnotationsData |
id(String id) |
PageAnnotationsData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(PageAnnotationsAttributes attributes) |
void |
setId(String id) |
void |
setType(PageAnnotationsType type) |
String |
toString() |
PageAnnotationsData |
type(PageAnnotationsType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public PageAnnotationsData()
public PageAnnotationsData(PageAnnotationsAttributes attributes, String id, PageAnnotationsType type)
public PageAnnotationsData attributes(PageAnnotationsAttributes attributes)
public PageAnnotationsAttributes getAttributes()
public void setAttributes(PageAnnotationsAttributes attributes)
public PageAnnotationsData id(String id)
public String getId()
dashboard:abc-def-xyz or notebook:1234567890).public void setId(String id)
public PageAnnotationsData type(PageAnnotationsType type)
public PageAnnotationsType getType()
public void setType(PageAnnotationsType type)
public PageAnnotationsData 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.