@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ComponentGrid extends Object
ComponentGrid 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()
The
ComponentGrid events. |
String |
getId()
The
ComponentGrid id. |
String |
getName()
The
ComponentGrid name. |
ComponentGridProperties |
getProperties()
The definition of
ComponentGridProperties object. |
ComponentGridType |
getType()
The definition of
ComponentGridType object. |
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()
ComponentGrid events.public void setEvents(List<AppBuilderEvent> events)
public ComponentGrid id(String id)
@Nullable public String getId()
ComponentGrid id.public void setId(String id)
public ComponentGrid name(String name)
public String getName()
ComponentGrid name.public void setName(String name)
public ComponentGrid properties(ComponentGridProperties properties)
public ComponentGridProperties getProperties()
ComponentGridProperties object.public void setProperties(ComponentGridProperties properties)
public ComponentGrid type(ComponentGridType type)
public ComponentGridType getType()
ComponentGridType object.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 © 2024. All rights reserved.