@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SearchSLOResponseDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FACETS |
static String |
JSON_PROPERTY_SLOS |
boolean |
unparsed |
| Constructor and Description |
|---|
SearchSLOResponseDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
SearchSLOResponseDataAttributes |
addSlosItem(SearchServiceLevelObjective slosItem) |
boolean |
equals(Object o)
Return true if this SearchSLOResponseDataAttributes object is equal to o.
|
SearchSLOResponseDataAttributes |
facets(SearchSLOResponseDataAttributesFacets facets) |
SearchSLOResponseDataAttributesFacets |
getFacets()
Facets
|
List<SearchServiceLevelObjective> |
getSlos()
SLOs
|
int |
hashCode() |
void |
setFacets(SearchSLOResponseDataAttributesFacets facets) |
void |
setSlos(List<SearchServiceLevelObjective> slos) |
SearchSLOResponseDataAttributes |
slos(List<SearchServiceLevelObjective> slos) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FACETS
public static final String JSON_PROPERTY_SLOS
public SearchSLOResponseDataAttributes facets(SearchSLOResponseDataAttributesFacets facets)
@Nullable public SearchSLOResponseDataAttributesFacets getFacets()
public void setFacets(SearchSLOResponseDataAttributesFacets facets)
public SearchSLOResponseDataAttributes slos(List<SearchServiceLevelObjective> slos)
public SearchSLOResponseDataAttributes addSlosItem(SearchServiceLevelObjective slosItem)
@Nullable public List<SearchServiceLevelObjective> getSlos()
public void setSlos(List<SearchServiceLevelObjective> slos)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.