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