@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ComponentGridProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BACKGROUND_COLOR |
static String |
JSON_PROPERTY_CHILDREN |
static String |
JSON_PROPERTY_IS_VISIBLE |
boolean |
unparsed |
| Constructor and Description |
|---|
ComponentGridProperties() |
| Modifier and Type | Method and Description |
|---|---|
ComponentGridProperties |
addChildrenItem(Component childrenItem) |
ComponentGridProperties |
backgroundColor(String backgroundColor) |
ComponentGridProperties |
children(List<Component> children) |
boolean |
equals(Object o)
Return true if this ComponentGridProperties 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 |
getBackgroundColor()
The background color of the grid.
|
List<Component> |
getChildren()
The child components of the grid.
|
ComponentGridPropertiesIsVisible |
getIsVisible()
Whether the grid component and its children are visible.
|
int |
hashCode() |
ComponentGridProperties |
isVisible(ComponentGridPropertiesIsVisible isVisible) |
ComponentGridProperties |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setBackgroundColor(String backgroundColor) |
void |
setChildren(List<Component> children) |
void |
setIsVisible(ComponentGridPropertiesIsVisible isVisible) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_BACKGROUND_COLOR
public static final String JSON_PROPERTY_CHILDREN
public static final String JSON_PROPERTY_IS_VISIBLE
public ComponentGridProperties backgroundColor(String backgroundColor)
@Nullable public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
public ComponentGridProperties children(List<Component> children)
public ComponentGridProperties addChildrenItem(Component childrenItem)
@Nullable public List<Component> getChildren()
public ComponentGridProperties isVisible(ComponentGridPropertiesIsVisible isVisible)
@Nullable public ComponentGridPropertiesIsVisible getIsVisible()
public void setIsVisible(ComponentGridPropertiesIsVisible isVisible)
public ComponentGridProperties 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.