@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ComponentGrid extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EVENTS |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PROPERTIES |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ComponentGrid() |
ComponentGrid(String name,
ComponentGridProperties properties,
ComponentGridType type) |
| Modifier and Type | Method and Description |
|---|---|
ComponentGrid |
addEventsItem(AppBuilderEvent eventsItem) |
boolean |
equals(Object o)
Return true if this ComponentGrid object is equal to o.
|
ComponentGrid |
events(List<AppBuilderEvent> events) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<AppBuilderEvent> |
getEvents()
Events to listen for on the grid component.
|
String |
getId()
The ID of the grid component.
|
String |
getName()
A unique identifier for this grid component.
|
ComponentGridProperties |
getProperties()
Properties of a grid component.
|
ComponentGridType |
getType()
The grid component type.
|
int |
hashCode() |
ComponentGrid |
id(String id) |
ComponentGrid |
name(String name) |
ComponentGrid |
properties(ComponentGridProperties properties) |
ComponentGrid |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setEvents(List<AppBuilderEvent> events) |
void |
setId(String id) |
void |
setName(String name) |
void |
setProperties(ComponentGridProperties properties) |
void |
setType(ComponentGridType type) |
String |
toString() |
ComponentGrid |
type(ComponentGridType type) |
public boolean unparsed
public static final String JSON_PROPERTY_EVENTS
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PROPERTIES
public static final String JSON_PROPERTY_TYPE
public ComponentGrid()
public ComponentGrid(String name, ComponentGridProperties properties, ComponentGridType type)
public ComponentGrid events(List<AppBuilderEvent> events)
public ComponentGrid addEventsItem(AppBuilderEvent eventsItem)
@Nullable public List<AppBuilderEvent> getEvents()
public void setEvents(List<AppBuilderEvent> events)
public ComponentGrid id(String id)
@Nullable public String getId()
name to identify
individual components instead.public void setId(String id)
public ComponentGrid name(String name)
public String getName()
public void setName(String name)
public ComponentGrid properties(ComponentGridProperties properties)
public ComponentGridProperties getProperties()
public void setProperties(ComponentGridProperties properties)
public ComponentGrid type(ComponentGridType type)
public ComponentGridType getType()
public void setType(ComponentGridType type)
public ComponentGrid 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 © 2025. All rights reserved.