@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class Layer extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_RELATIONSHIPS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Modifier and Type | Method and Description |
|---|---|
Layer |
attributes(LayerAttributes attributes) |
boolean |
equals(Object o)
Return true if this Layer 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.
|
LayerAttributes |
getAttributes()
Describes key properties of a Layer, including rotation details, name, start/end times, and any
restrictions.
|
String |
getId()
A unique identifier for this layer.
|
LayerRelationships |
getRelationships()
Holds references to objects related to the Layer entity, such as its members.
|
LayerType |
getType()
Layers resource type.
|
int |
hashCode() |
Layer |
id(String id) |
Layer |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Layer |
relationships(LayerRelationships relationships) |
void |
setAttributes(LayerAttributes attributes) |
void |
setId(String id) |
void |
setRelationships(LayerRelationships relationships) |
void |
setType(LayerType type) |
String |
toString() |
Layer |
type(LayerType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_RELATIONSHIPS
public static final String JSON_PROPERTY_TYPE
public Layer()
public Layer(LayerType type)
public Layer attributes(LayerAttributes attributes)
@Nullable public LayerAttributes getAttributes()
public void setAttributes(LayerAttributes attributes)
@Nullable public String getId()
public void setId(String id)
public Layer relationships(LayerRelationships relationships)
@Nullable public LayerRelationships getRelationships()
public void setRelationships(LayerRelationships relationships)
public LayerType getType()
public void setType(LayerType type)
public Layer 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 © 2025. All rights reserved.