@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class Component 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 |
|---|
Component() |
Component(String name,
ComponentProperties properties,
ComponentType type) |
| Modifier and Type | Method and Description |
|---|---|
Component |
addEventsItem(AppBuilderEvent eventsItem) |
boolean |
equals(Object o)
Return true if this Component object is equal to o.
|
Component |
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 UI component.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getId_JsonNullable() |
String |
getId()
The ID of the UI component.
|
String |
getName()
A unique identifier for this UI component.
|
ComponentProperties |
getProperties()
Properties of a UI component.
|
ComponentType |
getType()
The UI component type.
|
int |
hashCode() |
Component |
id(String id) |
Component |
name(String name) |
Component |
properties(ComponentProperties properties) |
Component |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setEvents(List<AppBuilderEvent> events) |
void |
setId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) |
void |
setId(String id) |
void |
setName(String name) |
void |
setProperties(ComponentProperties properties) |
void |
setType(ComponentType type) |
String |
toString() |
Component |
type(ComponentType 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 Component()
public Component(String name, ComponentProperties properties, ComponentType type)
public Component events(List<AppBuilderEvent> events)
public Component addEventsItem(AppBuilderEvent eventsItem)
@Nullable public List<AppBuilderEvent> getEvents()
public void setEvents(List<AppBuilderEvent> events)
@Nullable public String getId()
name to identify
individual components instead.public org.openapitools.jackson.nullable.JsonNullable<String> getId_JsonNullable()
public void setId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id)
public void setId(String id)
public String getName()
public void setName(String name)
public Component properties(ComponentProperties properties)
public ComponentProperties getProperties()
public void setProperties(ComponentProperties properties)
public Component type(ComponentType type)
public ComponentType getType()
public void setType(ComponentType type)
public Component 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.