@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsGlobalVariableValue extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_OPTIONS |
static String |
JSON_PROPERTY_SECURE |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsGlobalVariableValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsGlobalVariableValue object is equal to o.
|
SyntheticsGlobalVariableOptions |
getOptions()
Options for the Global Variable for MFA.
|
Boolean |
getSecure()
Determines if the value of the variable is hidden.
|
String |
getValue()
Value of the global variable.
|
int |
hashCode() |
SyntheticsGlobalVariableValue |
options(SyntheticsGlobalVariableOptions options) |
SyntheticsGlobalVariableValue |
secure(Boolean secure) |
void |
setOptions(SyntheticsGlobalVariableOptions options) |
void |
setSecure(Boolean secure) |
void |
setValue(String value) |
String |
toString() |
SyntheticsGlobalVariableValue |
value(String value) |
public boolean unparsed
public static final String JSON_PROPERTY_OPTIONS
public static final String JSON_PROPERTY_SECURE
public static final String JSON_PROPERTY_VALUE
public SyntheticsGlobalVariableValue options(SyntheticsGlobalVariableOptions options)
@Nullable public SyntheticsGlobalVariableOptions getOptions()
public void setOptions(SyntheticsGlobalVariableOptions options)
public SyntheticsGlobalVariableValue secure(Boolean secure)
@Nullable public Boolean getSecure()
public void setSecure(Boolean secure)
public SyntheticsGlobalVariableValue value(String value)
@Nullable public String getValue()
secure property.public void setValue(String value)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.