@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CIAppTestEventsResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
CIAppTestEventsResponse() |
| Modifier and Type | Method and Description |
|---|---|
CIAppTestEventsResponse |
addDataItem(CIAppTestEvent dataItem) |
CIAppTestEventsResponse |
data(List<CIAppTestEvent> data) |
boolean |
equals(Object o)
Return true if this CIAppTestEventsResponse object is equal to o.
|
List<CIAppTestEvent> |
getData()
Array of events matching the request.
|
CIAppResponseLinks |
getLinks()
Links attributes.
|
CIAppResponseMetadataWithPagination |
getMeta()
The metadata associated with a request.
|
int |
hashCode() |
CIAppTestEventsResponse |
links(CIAppResponseLinks links) |
CIAppTestEventsResponse |
meta(CIAppResponseMetadataWithPagination meta) |
void |
setData(List<CIAppTestEvent> data) |
void |
setLinks(CIAppResponseLinks links) |
void |
setMeta(CIAppResponseMetadataWithPagination meta) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_LINKS
public static final String JSON_PROPERTY_META
public CIAppTestEventsResponse data(List<CIAppTestEvent> data)
public CIAppTestEventsResponse addDataItem(CIAppTestEvent dataItem)
@Nullable public List<CIAppTestEvent> getData()
public void setData(List<CIAppTestEvent> data)
public CIAppTestEventsResponse links(CIAppResponseLinks links)
@Nullable public CIAppResponseLinks getLinks()
public void setLinks(CIAppResponseLinks links)
public CIAppTestEventsResponse meta(CIAppResponseMetadataWithPagination meta)
@Nullable public CIAppResponseMetadataWithPagination getMeta()
public void setMeta(CIAppResponseMetadataWithPagination meta)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.