@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsConfigVariable extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EXAMPLE |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PATTERN |
static String |
JSON_PROPERTY_SECURE |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsConfigVariable() |
SyntheticsConfigVariable(String name,
SyntheticsConfigVariableType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsConfigVariable object is equal to o.
|
SyntheticsConfigVariable |
example(String example) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getExample()
Example for the variable.
|
String |
getId()
ID of the variable for global variables.
|
String |
getName()
Name of the variable.
|
String |
getPattern()
Pattern of the variable.
|
Boolean |
getSecure()
Whether the value of this variable will be obfuscated in test results.
|
SyntheticsConfigVariableType |
getType()
Type of the configuration variable.
|
int |
hashCode() |
SyntheticsConfigVariable |
id(String id) |
SyntheticsConfigVariable |
name(String name) |
SyntheticsConfigVariable |
pattern(String pattern) |
SyntheticsConfigVariable |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsConfigVariable |
secure(Boolean secure) |
void |
setExample(String example) |
void |
setId(String id) |
void |
setName(String name) |
void |
setPattern(String pattern) |
void |
setSecure(Boolean secure) |
void |
setType(SyntheticsConfigVariableType type) |
String |
toString() |
SyntheticsConfigVariable |
type(SyntheticsConfigVariableType type) |
public boolean unparsed
public static final String JSON_PROPERTY_EXAMPLE
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PATTERN
public static final String JSON_PROPERTY_SECURE
public static final String JSON_PROPERTY_TYPE
public SyntheticsConfigVariable()
public SyntheticsConfigVariable(String name, SyntheticsConfigVariableType type)
public SyntheticsConfigVariable example(String example)
@Nullable public String getExample()
public void setExample(String example)
public SyntheticsConfigVariable id(String id)
@Nullable public String getId()
public void setId(String id)
public SyntheticsConfigVariable name(String name)
public String getName()
public void setName(String name)
public SyntheticsConfigVariable pattern(String pattern)
@Nullable public String getPattern()
public void setPattern(String pattern)
public SyntheticsConfigVariable secure(Boolean secure)
@Nullable public Boolean getSecure()
text.public void setSecure(Boolean secure)
public SyntheticsConfigVariable type(SyntheticsConfigVariableType type)
public SyntheticsConfigVariableType getType()
public void setType(SyntheticsConfigVariableType type)
public SyntheticsConfigVariable 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.