@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IncidentSearchResponseNumericFacetDataAggregates extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_MAX |
static String |
JSON_PROPERTY_MIN |
boolean |
unparsed |
| Constructor and Description |
|---|
IncidentSearchResponseNumericFacetDataAggregates() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this IncidentSearchResponseNumericFacetDataAggregates object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<Double> |
getMax_JsonNullable() |
Double |
getMax()
Maximum value of the numeric aggregates.
|
org.openapitools.jackson.nullable.JsonNullable<Double> |
getMin_JsonNullable() |
Double |
getMin()
Minimum value of the numeric aggregates.
|
int |
hashCode() |
IncidentSearchResponseNumericFacetDataAggregates |
max(Double max) |
IncidentSearchResponseNumericFacetDataAggregates |
min(Double min) |
IncidentSearchResponseNumericFacetDataAggregates |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setMax_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> max) |
void |
setMax(Double max) |
void |
setMin_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> min) |
void |
setMin(Double min) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_MAX
public static final String JSON_PROPERTY_MIN
public IncidentSearchResponseNumericFacetDataAggregates()
public IncidentSearchResponseNumericFacetDataAggregates max(Double max)
@Nullable public Double getMax()
public org.openapitools.jackson.nullable.JsonNullable<Double> getMax_JsonNullable()
public void setMax_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> max)
public void setMax(Double max)
public IncidentSearchResponseNumericFacetDataAggregates min(Double min)
@Nullable public Double getMin()
public org.openapitools.jackson.nullable.JsonNullable<Double> getMin_JsonNullable()
public void setMin_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Double> min)
public void setMin(Double min)
public IncidentSearchResponseNumericFacetDataAggregates 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.