@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CIAppPipelineEventsRequest 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 |
|---|
CIAppPipelineEventsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this CIAppPipelineEventsRequest object is equal to o.
|
CIAppPipelineEventsRequest |
filter(CIAppPipelinesQueryFilter filter) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
CIAppPipelinesQueryFilter |
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() |
CIAppPipelineEventsRequest |
options(CIAppQueryOptions options) |
CIAppPipelineEventsRequest |
page(CIAppQueryPageOptions page) |
CIAppPipelineEventsRequest |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFilter(CIAppPipelinesQueryFilter filter) |
void |
setOptions(CIAppQueryOptions options) |
void |
setPage(CIAppQueryPageOptions page) |
void |
setSort(CIAppSort sort) |
CIAppPipelineEventsRequest |
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 CIAppPipelineEventsRequest filter(CIAppPipelinesQueryFilter filter)
@Nullable public CIAppPipelinesQueryFilter getFilter()
public void setFilter(CIAppPipelinesQueryFilter filter)
public CIAppPipelineEventsRequest options(CIAppQueryOptions options)
@Nullable public CIAppQueryOptions getOptions()
public void setOptions(CIAppQueryOptions options)
public CIAppPipelineEventsRequest page(CIAppQueryPageOptions page)
@Nullable public CIAppQueryPageOptions getPage()
public void setPage(CIAppQueryPageOptions page)
public CIAppPipelineEventsRequest sort(CIAppSort sort)
@Nullable public CIAppSort getSort()
public void setSort(CIAppSort sort)
public CIAppPipelineEventsRequest 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.