@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() |
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 SearchSLOResponseDataAttributes 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.