@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OutcomesResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
static String |
JSON_PROPERTY_LINKS |
boolean |
unparsed |
| Constructor and Description |
|---|
OutcomesResponse() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_INCLUDED
public static final String JSON_PROPERTY_LINKS
public OutcomesResponse data(List<OutcomesResponseDataItem> data)
public OutcomesResponse addDataItem(OutcomesResponseDataItem dataItem)
@Nullable public List<OutcomesResponseDataItem> getData()
public void setData(List<OutcomesResponseDataItem> data)
public OutcomesResponse included(List<OutcomesResponseIncludedItem> included)
public OutcomesResponse addIncludedItem(OutcomesResponseIncludedItem includedItem)
@Nullable public List<OutcomesResponseIncludedItem> getIncluded()
public void setIncluded(List<OutcomesResponseIncludedItem> included)
public OutcomesResponse links(OutcomesResponseLinks links)
@Nullable public OutcomesResponseLinks getLinks()
public void setLinks(OutcomesResponseLinks links)
public OutcomesResponse 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.