@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FormulaAndFunctionEventQueryGroupBy extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FACET |
static String |
JSON_PROPERTY_LIMIT |
static String |
JSON_PROPERTY_SORT |
boolean |
unparsed |
| Constructor and Description |
|---|
FormulaAndFunctionEventQueryGroupBy() |
FormulaAndFunctionEventQueryGroupBy(String facet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this FormulaAndFunctionEventQueryGroupBy object is equal to o.
|
FormulaAndFunctionEventQueryGroupBy |
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()
Event facet.
|
Long |
getLimit()
Number of groups to return.
|
FormulaAndFunctionEventQueryGroupBySort |
getSort()
Options for sorting group by results.
|
int |
hashCode() |
FormulaAndFunctionEventQueryGroupBy |
limit(Long limit) |
FormulaAndFunctionEventQueryGroupBy |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFacet(String facet) |
void |
setLimit(Long limit) |
void |
setSort(FormulaAndFunctionEventQueryGroupBySort sort) |
FormulaAndFunctionEventQueryGroupBy |
sort(FormulaAndFunctionEventQueryGroupBySort sort) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FACET
public static final String JSON_PROPERTY_LIMIT
public static final String JSON_PROPERTY_SORT
public FormulaAndFunctionEventQueryGroupBy()
public FormulaAndFunctionEventQueryGroupBy(String facet)
public FormulaAndFunctionEventQueryGroupBy facet(String facet)
public String getFacet()
public void setFacet(String facet)
public FormulaAndFunctionEventQueryGroupBy limit(Long limit)
@Nullable public Long getLimit()
public void setLimit(Long limit)
public FormulaAndFunctionEventQueryGroupBy sort(FormulaAndFunctionEventQueryGroupBySort sort)
@Nullable public FormulaAndFunctionEventQueryGroupBySort getSort()
public void setSort(FormulaAndFunctionEventQueryGroupBySort sort)
public FormulaAndFunctionEventQueryGroupBy 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.