@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class WildcardWidgetSpecification extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONTENTS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
WildcardWidgetSpecification() |
WildcardWidgetSpecification(Object contents,
WildcardWidgetSpecificationType type) |
| Modifier and Type | Method and Description |
|---|---|
WildcardWidgetSpecification |
contents(Object contents) |
boolean |
equals(Object o)
Return true if this WildcardWidgetSpecification 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 |
getContents()
The Vega or Vega-Lite JSON specification object.
|
WildcardWidgetSpecificationType |
getType()
Type of specification used by the wildcard widget.
|
int |
hashCode() |
WildcardWidgetSpecification |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setContents(Object contents) |
void |
setType(WildcardWidgetSpecificationType type) |
String |
toString() |
WildcardWidgetSpecification |
type(WildcardWidgetSpecificationType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CONTENTS
public static final String JSON_PROPERTY_TYPE
public WildcardWidgetSpecification()
public WildcardWidgetSpecification(Object contents, WildcardWidgetSpecificationType type)
public WildcardWidgetSpecification contents(Object contents)
public Object getContents()
public void setContents(Object contents)
public WildcardWidgetSpecification type(WildcardWidgetSpecificationType type)
public WildcardWidgetSpecificationType getType()
public void setType(WildcardWidgetSpecificationType type)
public WildcardWidgetSpecification 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.