@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class HostMapWidgetDefinitionStyle extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FILL_MAX |
static String |
JSON_PROPERTY_FILL_MIN |
static String |
JSON_PROPERTY_PALETTE |
static String |
JSON_PROPERTY_PALETTE_FLIP |
boolean |
unparsed |
| Constructor and Description |
|---|
HostMapWidgetDefinitionStyle() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this HostMapWidgetDefinitionStyle object is equal to o.
|
HostMapWidgetDefinitionStyle |
fillMax(String fillMax) |
HostMapWidgetDefinitionStyle |
fillMin(String fillMin) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getFillMax()
Max value to use to color the map.
|
String |
getFillMin()
Min value to use to color the map.
|
String |
getPalette()
Color palette to apply to the widget.
|
Boolean |
getPaletteFlip()
Whether to flip the palette tones.
|
int |
hashCode() |
HostMapWidgetDefinitionStyle |
palette(String palette) |
HostMapWidgetDefinitionStyle |
paletteFlip(Boolean paletteFlip) |
HostMapWidgetDefinitionStyle |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFillMax(String fillMax) |
void |
setFillMin(String fillMin) |
void |
setPalette(String palette) |
void |
setPaletteFlip(Boolean paletteFlip) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FILL_MAX
public static final String JSON_PROPERTY_FILL_MIN
public static final String JSON_PROPERTY_PALETTE
public static final String JSON_PROPERTY_PALETTE_FLIP
public HostMapWidgetDefinitionStyle fillMax(String fillMax)
@Nullable public String getFillMax()
public void setFillMax(String fillMax)
public HostMapWidgetDefinitionStyle fillMin(String fillMin)
@Nullable public String getFillMin()
public void setFillMin(String fillMin)
public HostMapWidgetDefinitionStyle palette(String palette)
@Nullable public String getPalette()
public void setPalette(String palette)
public HostMapWidgetDefinitionStyle paletteFlip(Boolean paletteFlip)
@Nullable public Boolean getPaletteFlip()
public void setPaletteFlip(Boolean paletteFlip)
public HostMapWidgetDefinitionStyle 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.