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