@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SearchServiceLevelObjectiveData 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 |
|---|
SearchServiceLevelObjectiveData() |
| Modifier and Type | Method and Description |
|---|---|
SearchServiceLevelObjectiveData |
attributes(SearchServiceLevelObjectiveAttributes attributes) |
boolean |
equals(Object o)
Return true if this SearchServiceLevelObjectiveData 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.
|
SearchServiceLevelObjectiveAttributes |
getAttributes()
A service level objective object includes a service level indicator, thresholds for one or more
timeframes, and metadata (
name, description, and tags). |
String |
getId()
A unique identifier for the service level objective object.
|
String |
getType()
The type of the object, must be
slo. |
int |
hashCode() |
SearchServiceLevelObjectiveData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(SearchServiceLevelObjectiveAttributes attributes) |
void |
setType(String type) |
String |
toString() |
SearchServiceLevelObjectiveData |
type(String 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 SearchServiceLevelObjectiveData attributes(SearchServiceLevelObjectiveAttributes attributes)
@Nullable public SearchServiceLevelObjectiveAttributes getAttributes()
name, description, and tags).public void setAttributes(SearchServiceLevelObjectiveAttributes attributes)
@Nullable public String getId()
Always included in service level objective responses.
public SearchServiceLevelObjectiveData type(String type)
@Nullable public String getType()
slo.public void setType(String type)
public SearchServiceLevelObjectiveData 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.