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