@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AuditLogsEventsResponse 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 |
|---|
AuditLogsEventsResponse() |
| Modifier and Type | Method and Description |
|---|---|
AuditLogsEventsResponse |
addDataItem(AuditLogsEvent dataItem) |
AuditLogsEventsResponse |
data(List<AuditLogsEvent> data) |
boolean |
equals(Object o)
Return true if this AuditLogsEventsResponse object is equal to o.
|
List<AuditLogsEvent> |
getData()
Array of events matching the request.
|
AuditLogsResponseLinks |
getLinks()
Links attributes.
|
AuditLogsResponseMetadata |
getMeta()
The metadata associated with a request.
|
int |
hashCode() |
AuditLogsEventsResponse |
links(AuditLogsResponseLinks links) |
AuditLogsEventsResponse |
meta(AuditLogsResponseMetadata meta) |
void |
setData(List<AuditLogsEvent> data) |
void |
setLinks(AuditLogsResponseLinks links) |
void |
setMeta(AuditLogsResponseMetadata 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 AuditLogsEventsResponse data(List<AuditLogsEvent> data)
public AuditLogsEventsResponse addDataItem(AuditLogsEvent dataItem)
@Nullable public List<AuditLogsEvent> getData()
public void setData(List<AuditLogsEvent> data)
public AuditLogsEventsResponse links(AuditLogsResponseLinks links)
@Nullable public AuditLogsResponseLinks getLinks()
public void setLinks(AuditLogsResponseLinks links)
public AuditLogsEventsResponse meta(AuditLogsResponseMetadata meta)
@Nullable public AuditLogsResponseMetadata getMeta()
public void setMeta(AuditLogsResponseMetadata meta)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.