@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ActionQuery 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 |
|---|
ActionQuery() |
ActionQuery(UUID id,
String name,
ActionQueryProperties properties,
ActionQueryType type) |
| Modifier and Type | Method and Description |
|---|---|
ActionQuery |
addEventsItem(AppBuilderEvent eventsItem) |
boolean |
equals(Object o)
Return true if this ActionQuery object is equal to o.
|
ActionQuery |
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 downstream of the action query.
|
UUID |
getId()
The ID of the action query.
|
String |
getName()
A unique identifier for this action query.
|
ActionQueryProperties |
getProperties()
The properties of the action query.
|
ActionQueryType |
getType()
The action query type.
|
int |
hashCode() |
ActionQuery |
id(UUID id) |
ActionQuery |
name(String name) |
ActionQuery |
properties(ActionQueryProperties properties) |
ActionQuery |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setEvents(List<AppBuilderEvent> events) |
void |
setId(UUID id) |
void |
setName(String name) |
void |
setProperties(ActionQueryProperties properties) |
void |
setType(ActionQueryType type) |
String |
toString() |
ActionQuery |
type(ActionQueryType 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 ActionQuery()
public ActionQuery(UUID id, String name, ActionQueryProperties properties, ActionQueryType type)
public ActionQuery events(List<AppBuilderEvent> events)
public ActionQuery addEventsItem(AppBuilderEvent eventsItem)
@Nullable public List<AppBuilderEvent> getEvents()
public void setEvents(List<AppBuilderEvent> events)
public ActionQuery id(UUID id)
public UUID getId()
public void setId(UUID id)
public ActionQuery name(String name)
public String getName()
public void setName(String name)
public ActionQuery properties(ActionQueryProperties properties)
public ActionQueryProperties getProperties()
public void setProperties(ActionQueryProperties properties)
public ActionQuery type(ActionQueryType type)
public ActionQueryType getType()
public void setType(ActionQueryType type)
public ActionQuery 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.