@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FacetInfoResponseDataAttributesResultRange extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_MAX |
static String |
JSON_PROPERTY_MIN |
boolean |
unparsed |
| Constructor and Description |
|---|
FacetInfoResponseDataAttributesResultRange() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this FacetInfoResponseDataAttributesResultRange 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.
|
Object |
getMax()
The maximum observed value for the numeric facet attribute.
|
Object |
getMin()
The minimum observed value for the numeric facet attribute.
|
int |
hashCode() |
FacetInfoResponseDataAttributesResultRange |
max(Object max) |
FacetInfoResponseDataAttributesResultRange |
min(Object min) |
FacetInfoResponseDataAttributesResultRange |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setMax(Object max) |
void |
setMin(Object min) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_MAX
public static final String JSON_PROPERTY_MIN
public FacetInfoResponseDataAttributesResultRange()
public FacetInfoResponseDataAttributesResultRange max(Object max)
@Nullable public Object getMax()
public void setMax(Object max)
public FacetInfoResponseDataAttributesResultRange min(Object min)
@Nullable public Object getMin()
public void setMin(Object min)
public FacetInfoResponseDataAttributesResultRange 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 © 2026. All rights reserved.