@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class DORAListFailuresRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FROM |
static String |
JSON_PROPERTY_LIMIT |
static String |
JSON_PROPERTY_QUERY |
static String |
JSON_PROPERTY_SORT |
static String |
JSON_PROPERTY_TO |
boolean |
unparsed |
| Constructor and Description |
|---|
DORAListFailuresRequestAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this DORAListFailuresRequestAttributes object is equal to o.
|
DORAListFailuresRequestAttributes |
from(OffsetDateTime from) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
OffsetDateTime |
getFrom()
Minimum timestamp for requested events.
|
Integer |
getLimit()
Maximum number of events in the response.
|
String |
getQuery()
Search query with event platform syntax.
|
String |
getSort()
Sort order (prefixed with
- for descending). |
OffsetDateTime |
getTo()
Maximum timestamp for requested events.
|
int |
hashCode() |
DORAListFailuresRequestAttributes |
limit(Integer limit) |
DORAListFailuresRequestAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
DORAListFailuresRequestAttributes |
query(String query) |
void |
setFrom(OffsetDateTime from) |
void |
setLimit(Integer limit) |
void |
setQuery(String query) |
void |
setSort(String sort) |
void |
setTo(OffsetDateTime to) |
DORAListFailuresRequestAttributes |
sort(String sort) |
DORAListFailuresRequestAttributes |
to(OffsetDateTime to) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FROM
public static final String JSON_PROPERTY_LIMIT
public static final String JSON_PROPERTY_QUERY
public static final String JSON_PROPERTY_SORT
public static final String JSON_PROPERTY_TO
public DORAListFailuresRequestAttributes from(OffsetDateTime from)
@Nullable public OffsetDateTime getFrom()
public void setFrom(OffsetDateTime from)
public DORAListFailuresRequestAttributes limit(Integer limit)
@Nullable public Integer getLimit()
public void setLimit(Integer limit)
public DORAListFailuresRequestAttributes query(String query)
@Nullable public String getQuery()
public void setQuery(String query)
public DORAListFailuresRequestAttributes sort(String sort)
@Nullable public String getSort()
- for descending).public void setSort(String sort)
public DORAListFailuresRequestAttributes to(OffsetDateTime to)
@Nullable public OffsetDateTime getTo()
public void setTo(OffsetDateTime to)
public DORAListFailuresRequestAttributes 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 © 2025. All rights reserved.