@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.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
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 |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
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 SyntheticsGlobalVariableValue 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.