@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) |
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) |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.