@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ActionQueryProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONDITION |
static String |
JSON_PROPERTY_DEBOUNCE_IN_MS |
static String |
JSON_PROPERTY_MOCKED_OUTPUTS |
static String |
JSON_PROPERTY_ONLY_TRIGGER_MANUALLY |
static String |
JSON_PROPERTY_OUTPUTS |
static String |
JSON_PROPERTY_POLLING_INTERVAL_IN_MS |
static String |
JSON_PROPERTY_REQUIRES_CONFIRMATION |
static String |
JSON_PROPERTY_SHOW_TOAST_ON_ERROR |
static String |
JSON_PROPERTY_SPEC |
boolean |
unparsed |
| Constructor and Description |
|---|
ActionQueryProperties() |
ActionQueryProperties(ActionQuerySpec spec) |
public boolean unparsed
public static final String JSON_PROPERTY_CONDITION
public static final String JSON_PROPERTY_DEBOUNCE_IN_MS
public static final String JSON_PROPERTY_MOCKED_OUTPUTS
public static final String JSON_PROPERTY_ONLY_TRIGGER_MANUALLY
public static final String JSON_PROPERTY_OUTPUTS
public static final String JSON_PROPERTY_POLLING_INTERVAL_IN_MS
public static final String JSON_PROPERTY_REQUIRES_CONFIRMATION
public static final String JSON_PROPERTY_SHOW_TOAST_ON_ERROR
public static final String JSON_PROPERTY_SPEC
public ActionQueryProperties()
public ActionQueryProperties(ActionQuerySpec spec)
public ActionQueryProperties condition(ActionQueryCondition condition)
@Nullable public ActionQueryCondition getCondition()
true in JavaScript and all other conditions are also met.public void setCondition(ActionQueryCondition condition)
public ActionQueryProperties debounceInMs(ActionQueryDebounceInMs debounceInMs)
@Nullable public ActionQueryDebounceInMs getDebounceInMs()
public void setDebounceInMs(ActionQueryDebounceInMs debounceInMs)
public ActionQueryProperties mockedOutputs(ActionQueryMockedOutputs mockedOutputs)
@Nullable public ActionQueryMockedOutputs getMockedOutputs()
public void setMockedOutputs(ActionQueryMockedOutputs mockedOutputs)
public ActionQueryProperties onlyTriggerManually(ActionQueryOnlyTriggerManually onlyTriggerManually)
@Nullable public ActionQueryOnlyTriggerManually getOnlyTriggerManually()
false, the query will run when
the app loads and whenever any query arguments change. If set to true, the query
will only run when manually triggered from elsewhere in the app.public void setOnlyTriggerManually(ActionQueryOnlyTriggerManually onlyTriggerManually)
public ActionQueryProperties outputs(String outputs)
@Nullable public String getOutputs()
.outputs property after the query's execution.public void setOutputs(String outputs)
public ActionQueryProperties pollingIntervalInMs(ActionQueryPollingIntervalInMs pollingIntervalInMs)
@Nullable public ActionQueryPollingIntervalInMs getPollingIntervalInMs()
public void setPollingIntervalInMs(ActionQueryPollingIntervalInMs pollingIntervalInMs)
public ActionQueryProperties requiresConfirmation(ActionQueryRequiresConfirmation requiresConfirmation)
@Nullable public ActionQueryRequiresConfirmation getRequiresConfirmation()
public void setRequiresConfirmation(ActionQueryRequiresConfirmation requiresConfirmation)
public ActionQueryProperties showToastOnError(ActionQueryShowToastOnError showToastOnError)
@Nullable public ActionQueryShowToastOnError getShowToastOnError()
public void setShowToastOnError(ActionQueryShowToastOnError showToastOnError)
public ActionQueryProperties spec(ActionQuerySpec spec)
public ActionQuerySpec getSpec()
public void setSpec(ActionQuerySpec spec)
public ActionQueryProperties 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.