@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TableWidgetTextFormatReplaceAll extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_WITH |
boolean |
unparsed |
| Constructor and Description |
|---|
TableWidgetTextFormatReplaceAll() |
TableWidgetTextFormatReplaceAll(TableWidgetTextFormatReplaceAllType type,
String with) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this TableWidgetTextFormatReplaceAll 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.
|
TableWidgetTextFormatReplaceAllType |
getType()
Table widget text format replace all type.
|
String |
getWith()
Replace All type.
|
int |
hashCode() |
TableWidgetTextFormatReplaceAll |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setType(TableWidgetTextFormatReplaceAllType type) |
void |
setWith(String with) |
String |
toString() |
TableWidgetTextFormatReplaceAll |
type(TableWidgetTextFormatReplaceAllType type) |
TableWidgetTextFormatReplaceAll |
with(String with) |
public boolean unparsed
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_WITH
public TableWidgetTextFormatReplaceAll()
public TableWidgetTextFormatReplaceAll(TableWidgetTextFormatReplaceAllType type, String with)
public TableWidgetTextFormatReplaceAll type(TableWidgetTextFormatReplaceAllType type)
public TableWidgetTextFormatReplaceAllType getType()
public void setType(TableWidgetTextFormatReplaceAllType type)
public TableWidgetTextFormatReplaceAll with(String with)
public String getWith()
public void setWith(String with)
public TableWidgetTextFormatReplaceAll 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.