@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.
|
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() |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.