@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TableWidgetTextFormatRule extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CUSTOM_BG_COLOR |
static String |
JSON_PROPERTY_CUSTOM_FG_COLOR |
static String |
JSON_PROPERTY_MATCH |
static String |
JSON_PROPERTY_PALETTE |
static String |
JSON_PROPERTY_REPLACE |
boolean |
unparsed |
| Constructor and Description |
|---|
TableWidgetTextFormatRule() |
TableWidgetTextFormatRule(TableWidgetTextFormatMatch match) |
| Modifier and Type | Method and Description |
|---|---|
TableWidgetTextFormatRule |
customBgColor(String customBgColor) |
TableWidgetTextFormatRule |
customFgColor(String customFgColor) |
boolean |
equals(Object o)
Return true if this TableWidgetTextFormatRule 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.
|
String |
getCustomBgColor()
Hex representation of the custom background color.
|
String |
getCustomFgColor()
Hex representation of the custom text color.
|
TableWidgetTextFormatMatch |
getMatch()
Match rule for the table widget text format.
|
TableWidgetTextFormatPalette |
getPalette()
Color-on-color palette to highlight replaced text.
|
TableWidgetTextFormatReplace |
getReplace()
Replace rule for the table widget text format.
|
int |
hashCode() |
TableWidgetTextFormatRule |
match(TableWidgetTextFormatMatch match) |
TableWidgetTextFormatRule |
palette(TableWidgetTextFormatPalette palette) |
TableWidgetTextFormatRule |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
TableWidgetTextFormatRule |
replace(TableWidgetTextFormatReplace replace) |
void |
setCustomBgColor(String customBgColor) |
void |
setCustomFgColor(String customFgColor) |
void |
setMatch(TableWidgetTextFormatMatch match) |
void |
setPalette(TableWidgetTextFormatPalette palette) |
void |
setReplace(TableWidgetTextFormatReplace replace) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CUSTOM_BG_COLOR
public static final String JSON_PROPERTY_CUSTOM_FG_COLOR
public static final String JSON_PROPERTY_MATCH
public static final String JSON_PROPERTY_PALETTE
public static final String JSON_PROPERTY_REPLACE
public TableWidgetTextFormatRule()
public TableWidgetTextFormatRule(TableWidgetTextFormatMatch match)
public TableWidgetTextFormatRule customBgColor(String customBgColor)
@Nullable public String getCustomBgColor()
public void setCustomBgColor(String customBgColor)
public TableWidgetTextFormatRule customFgColor(String customFgColor)
@Nullable public String getCustomFgColor()
public void setCustomFgColor(String customFgColor)
public TableWidgetTextFormatRule match(TableWidgetTextFormatMatch match)
public TableWidgetTextFormatMatch getMatch()
public void setMatch(TableWidgetTextFormatMatch match)
public TableWidgetTextFormatRule palette(TableWidgetTextFormatPalette palette)
@Nullable public TableWidgetTextFormatPalette getPalette()
public void setPalette(TableWidgetTextFormatPalette palette)
public TableWidgetTextFormatRule replace(TableWidgetTextFormatReplace replace)
@Nullable public TableWidgetTextFormatReplace getReplace()
public void setReplace(TableWidgetTextFormatReplace replace)
public TableWidgetTextFormatRule 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.