@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CIAppTestsGroupBy extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FACET |
static String |
JSON_PROPERTY_HISTOGRAM |
static String |
JSON_PROPERTY_LIMIT |
static String |
JSON_PROPERTY_MISSING |
static String |
JSON_PROPERTY_SORT |
static String |
JSON_PROPERTY_TOTAL |
boolean |
unparsed |
| Constructor and Description |
|---|
CIAppTestsGroupBy() |
CIAppTestsGroupBy(String facet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this CIAppTestsGroupBy object is equal to o.
|
CIAppTestsGroupBy |
facet(String facet) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getFacet()
The name of the facet to use (required).
|
CIAppGroupByHistogram |
getHistogram()
Used to perform a histogram computation (only for measure facets).
|
Long |
getLimit()
The maximum buckets to return for this group-by.
|
CIAppGroupByMissing |
getMissing()
The value to use for logs that don't have the facet used to group-by.
|
CIAppAggregateSort |
getSort()
A sort rule.
|
CIAppGroupByTotal |
getTotal()
A resulting object to put the given computes in over all the matching records.
|
int |
hashCode() |
CIAppTestsGroupBy |
histogram(CIAppGroupByHistogram histogram) |
CIAppTestsGroupBy |
limit(Long limit) |
CIAppTestsGroupBy |
missing(CIAppGroupByMissing missing) |
CIAppTestsGroupBy |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFacet(String facet) |
void |
setHistogram(CIAppGroupByHistogram histogram) |
void |
setLimit(Long limit) |
void |
setMissing(CIAppGroupByMissing missing) |
void |
setSort(CIAppAggregateSort sort) |
void |
setTotal(CIAppGroupByTotal total) |
CIAppTestsGroupBy |
sort(CIAppAggregateSort sort) |
String |
toString() |
CIAppTestsGroupBy |
total(CIAppGroupByTotal total) |
public boolean unparsed
public static final String JSON_PROPERTY_FACET
public static final String JSON_PROPERTY_HISTOGRAM
public static final String JSON_PROPERTY_LIMIT
public static final String JSON_PROPERTY_MISSING
public static final String JSON_PROPERTY_SORT
public static final String JSON_PROPERTY_TOTAL
public CIAppTestsGroupBy()
public CIAppTestsGroupBy(String facet)
public CIAppTestsGroupBy facet(String facet)
public String getFacet()
public void setFacet(String facet)
public CIAppTestsGroupBy histogram(CIAppGroupByHistogram histogram)
@Nullable public CIAppGroupByHistogram getHistogram()
(max - min)/interval.public void setHistogram(CIAppGroupByHistogram histogram)
public CIAppTestsGroupBy limit(Long limit)
@Nullable public Long getLimit()
public void setLimit(Long limit)
public CIAppTestsGroupBy missing(CIAppGroupByMissing missing)
@Nullable public CIAppGroupByMissing getMissing()
public void setMissing(CIAppGroupByMissing missing)
public CIAppTestsGroupBy sort(CIAppAggregateSort sort)
@Nullable public CIAppAggregateSort getSort()
aggregation field is required when type is
measure.public void setSort(CIAppAggregateSort sort)
public CIAppTestsGroupBy total(CIAppGroupByTotal total)
@Nullable public CIAppGroupByTotal getTotal()
public void setTotal(CIAppGroupByTotal total)
public CIAppTestsGroupBy 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.