@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsMobileTestOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ALLOW_APPLICATION_CRASH |
static String |
JSON_PROPERTY_BINDINGS |
static String |
JSON_PROPERTY_CI |
static String |
JSON_PROPERTY_DEFAULT_STEP_TIMEOUT |
static String |
JSON_PROPERTY_DEVICE_IDS |
static String |
JSON_PROPERTY_DISABLE_AUTO_ACCEPT_ALERT |
static String |
JSON_PROPERTY_MIN_FAILURE_DURATION |
static String |
JSON_PROPERTY_MOBILE_APPLICATION |
static String |
JSON_PROPERTY_MONITOR_NAME |
static String |
JSON_PROPERTY_MONITOR_OPTIONS |
static String |
JSON_PROPERTY_MONITOR_PRIORITY |
static String |
JSON_PROPERTY_NO_SCREENSHOT |
static String |
JSON_PROPERTY_RESTRICTED_ROLES |
static String |
JSON_PROPERTY_RETRY |
static String |
JSON_PROPERTY_SCHEDULING |
static String |
JSON_PROPERTY_TICK_EVERY |
static String |
JSON_PROPERTY_VERBOSITY |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsMobileTestOptions() |
SyntheticsMobileTestOptions(List<String> deviceIds,
SyntheticsMobileTestsMobileApplication mobileApplication,
Long tickEvery) |
public boolean unparsed
public static final String JSON_PROPERTY_ALLOW_APPLICATION_CRASH
public static final String JSON_PROPERTY_BINDINGS
public static final String JSON_PROPERTY_CI
public static final String JSON_PROPERTY_DEFAULT_STEP_TIMEOUT
public static final String JSON_PROPERTY_DEVICE_IDS
public static final String JSON_PROPERTY_DISABLE_AUTO_ACCEPT_ALERT
public static final String JSON_PROPERTY_MIN_FAILURE_DURATION
public static final String JSON_PROPERTY_MOBILE_APPLICATION
public static final String JSON_PROPERTY_MONITOR_NAME
public static final String JSON_PROPERTY_MONITOR_OPTIONS
public static final String JSON_PROPERTY_MONITOR_PRIORITY
public static final String JSON_PROPERTY_NO_SCREENSHOT
public static final String JSON_PROPERTY_RESTRICTED_ROLES
public static final String JSON_PROPERTY_RETRY
public static final String JSON_PROPERTY_SCHEDULING
public static final String JSON_PROPERTY_TICK_EVERY
public static final String JSON_PROPERTY_VERBOSITY
public SyntheticsMobileTestOptions()
public SyntheticsMobileTestOptions(List<String> deviceIds, SyntheticsMobileTestsMobileApplication mobileApplication, Long tickEvery)
public SyntheticsMobileTestOptions allowApplicationCrash(Boolean allowApplicationCrash)
@Nullable public Boolean getAllowApplicationCrash()
public void setAllowApplicationCrash(Boolean allowApplicationCrash)
public SyntheticsMobileTestOptions bindings(List<SyntheticsTestRestrictionPolicyBinding> bindings)
public SyntheticsMobileTestOptions addBindingsItem(SyntheticsTestRestrictionPolicyBinding bindingsItem)
@Nullable public List<SyntheticsTestRestrictionPolicyBinding> getBindings()
public void setBindings(List<SyntheticsTestRestrictionPolicyBinding> bindings)
public SyntheticsMobileTestOptions ci(SyntheticsTestCiOptions ci)
@Nullable public SyntheticsTestCiOptions getCi()
public void setCi(SyntheticsTestCiOptions ci)
public SyntheticsMobileTestOptions defaultStepTimeout(Integer defaultStepTimeout)
@Nullable public Integer getDefaultStepTimeout()
public void setDefaultStepTimeout(Integer defaultStepTimeout)
public SyntheticsMobileTestOptions deviceIds(List<String> deviceIds)
public SyntheticsMobileTestOptions addDeviceIdsItem(String deviceIdsItem)
public List<String> getDeviceIds()
public SyntheticsMobileTestOptions disableAutoAcceptAlert(Boolean disableAutoAcceptAlert)
@Nullable public Boolean getDisableAutoAcceptAlert()
public void setDisableAutoAcceptAlert(Boolean disableAutoAcceptAlert)
public SyntheticsMobileTestOptions minFailureDuration(Long minFailureDuration)
@Nullable public Long getMinFailureDuration()
public void setMinFailureDuration(Long minFailureDuration)
public SyntheticsMobileTestOptions mobileApplication(SyntheticsMobileTestsMobileApplication mobileApplication)
public SyntheticsMobileTestsMobileApplication getMobileApplication()
public void setMobileApplication(SyntheticsMobileTestsMobileApplication mobileApplication)
public SyntheticsMobileTestOptions monitorName(String monitorName)
@Nullable public String getMonitorName()
public void setMonitorName(String monitorName)
public SyntheticsMobileTestOptions monitorOptions(SyntheticsTestOptionsMonitorOptions monitorOptions)
@Nullable public SyntheticsTestOptionsMonitorOptions getMonitorOptions()
public void setMonitorOptions(SyntheticsTestOptionsMonitorOptions monitorOptions)
public SyntheticsMobileTestOptions monitorPriority(Integer monitorPriority)
@Nullable public Integer getMonitorPriority()
public void setMonitorPriority(Integer monitorPriority)
public SyntheticsMobileTestOptions noScreenshot(Boolean noScreenshot)
@Nullable public Boolean getNoScreenshot()
public void setNoScreenshot(Boolean noScreenshot)
public SyntheticsMobileTestOptions restrictedRoles(List<String> restrictedRoles)
public SyntheticsMobileTestOptions addRestrictedRolesItem(String restrictedRolesItem)
@Deprecated @Nullable public List<String> getRestrictedRoles()
@Deprecated public void setRestrictedRoles(List<String> restrictedRoles)
public SyntheticsMobileTestOptions retry(SyntheticsTestOptionsRetry retry)
@Nullable public SyntheticsTestOptionsRetry getRetry()
public void setRetry(SyntheticsTestOptionsRetry retry)
public SyntheticsMobileTestOptions scheduling(SyntheticsTestOptionsScheduling scheduling)
@Nullable public SyntheticsTestOptionsScheduling getScheduling()
public void setScheduling(SyntheticsTestOptionsScheduling scheduling)
public SyntheticsMobileTestOptions tickEvery(Long tickEvery)
public Long getTickEvery()
public void setTickEvery(Long tickEvery)
public SyntheticsMobileTestOptions verbosity(Integer verbosity)
@Nullable public Integer getVerbosity()
public void setVerbosity(Integer verbosity)
public SyntheticsMobileTestOptions 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 © 2026. All rights reserved.