@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsBrowserVariable 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 |
|---|
SyntheticsBrowserVariable() |
SyntheticsBrowserVariable(String name,
SyntheticsBrowserVariableType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsBrowserVariable object is equal to o.
|
SyntheticsBrowserVariable |
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 for the variable.
|
String |
getName()
Name of the variable.
|
String |
getPattern()
Pattern of the variable.
|
Boolean |
getSecure()
Determines whether or not the browser test variable is obfuscated.
|
SyntheticsBrowserVariableType |
getType()
Type of browser test variable.
|
int |
hashCode() |
SyntheticsBrowserVariable |
id(String id) |
SyntheticsBrowserVariable |
name(String name) |
SyntheticsBrowserVariable |
pattern(String pattern) |
SyntheticsBrowserVariable |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsBrowserVariable |
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(SyntheticsBrowserVariableType type) |
String |
toString() |
SyntheticsBrowserVariable |
type(SyntheticsBrowserVariableType 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 SyntheticsBrowserVariable()
public SyntheticsBrowserVariable(String name, SyntheticsBrowserVariableType type)
public SyntheticsBrowserVariable example(String example)
@Nullable public String getExample()
public void setExample(String example)
public SyntheticsBrowserVariable id(String id)
@Nullable public String getId()
public void setId(String id)
public SyntheticsBrowserVariable name(String name)
public String getName()
public void setName(String name)
public SyntheticsBrowserVariable pattern(String pattern)
@Nullable public String getPattern()
public void setPattern(String pattern)
public SyntheticsBrowserVariable secure(Boolean secure)
@Nullable public Boolean getSecure()
text.public void setSecure(Boolean secure)
public SyntheticsBrowserVariable type(SyntheticsBrowserVariableType type)
public SyntheticsBrowserVariableType getType()
public void setType(SyntheticsBrowserVariableType type)
public SyntheticsBrowserVariable 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.