@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CIAppTestEventsRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FILTER |
static String |
JSON_PROPERTY_OPTIONS |
static String |
JSON_PROPERTY_PAGE |
static String |
JSON_PROPERTY_SORT |
boolean |
unparsed |
| Constructor and Description |
|---|
CIAppTestEventsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this CIAppTestEventsRequest object is equal to o.
|
CIAppTestEventsRequest |
filter(CIAppTestsQueryFilter filter) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
CIAppTestsQueryFilter |
getFilter()
The search and filter query settings.
|
CIAppQueryOptions |
getOptions()
Global query options that are used during the query.
|
CIAppQueryPageOptions |
getPage()
Paging attributes for listing events.
|
CIAppSort |
getSort()
Sort parameters when querying events.
|
int |
hashCode() |
CIAppTestEventsRequest |
options(CIAppQueryOptions options) |
CIAppTestEventsRequest |
page(CIAppQueryPageOptions page) |
CIAppTestEventsRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFilter(CIAppTestsQueryFilter filter) |
void |
setOptions(CIAppQueryOptions options) |
void |
setPage(CIAppQueryPageOptions page) |
void |
setSort(CIAppSort sort) |
CIAppTestEventsRequest |
sort(CIAppSort sort) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FILTER
public static final String JSON_PROPERTY_OPTIONS
public static final String JSON_PROPERTY_PAGE
public static final String JSON_PROPERTY_SORT
public CIAppTestEventsRequest filter(CIAppTestsQueryFilter filter)
@Nullable public CIAppTestsQueryFilter getFilter()
public void setFilter(CIAppTestsQueryFilter filter)
public CIAppTestEventsRequest options(CIAppQueryOptions options)
@Nullable public CIAppQueryOptions getOptions()
public void setOptions(CIAppQueryOptions options)
public CIAppTestEventsRequest page(CIAppQueryPageOptions page)
@Nullable public CIAppQueryPageOptions getPage()
public void setPage(CIAppQueryPageOptions page)
public CIAppTestEventsRequest sort(CIAppSort sort)
@Nullable public CIAppSort getSort()
public void setSort(CIAppSort sort)
public CIAppTestEventsRequest 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.