@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsGlobalVariableParseTestOptions extends Object
parse_test_public_id.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FIELD |
static String |
JSON_PROPERTY_LOCAL_VARIABLE_NAME |
static String |
JSON_PROPERTY_PARSER |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsGlobalVariableParseTestOptions() |
SyntheticsGlobalVariableParseTestOptions(SyntheticsGlobalVariableParseTestOptionsType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsGlobalVariableParseTestOptions object is equal to o.
|
SyntheticsGlobalVariableParseTestOptions |
field(String field) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getField()
When type is
http_header, name of the header to use to extract the value. |
String |
getLocalVariableName()
When type is
local_variable, name of the local variable to use to extract the
value. |
SyntheticsVariableParser |
getParser()
Details of the parser to use for the global variable.
|
SyntheticsGlobalVariableParseTestOptionsType |
getType()
Property of the Synthetic Test Response to use for a Synthetic global variable.
|
int |
hashCode() |
SyntheticsGlobalVariableParseTestOptions |
localVariableName(String localVariableName) |
SyntheticsGlobalVariableParseTestOptions |
parser(SyntheticsVariableParser parser) |
SyntheticsGlobalVariableParseTestOptions |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setField(String field) |
void |
setLocalVariableName(String localVariableName) |
void |
setParser(SyntheticsVariableParser parser) |
void |
setType(SyntheticsGlobalVariableParseTestOptionsType type) |
String |
toString() |
SyntheticsGlobalVariableParseTestOptions |
type(SyntheticsGlobalVariableParseTestOptionsType type) |
public boolean unparsed
public static final String JSON_PROPERTY_FIELD
public static final String JSON_PROPERTY_LOCAL_VARIABLE_NAME
public static final String JSON_PROPERTY_PARSER
public static final String JSON_PROPERTY_TYPE
public SyntheticsGlobalVariableParseTestOptions()
public SyntheticsGlobalVariableParseTestOptions(SyntheticsGlobalVariableParseTestOptionsType type)
public SyntheticsGlobalVariableParseTestOptions field(String field)
@Nullable public String getField()
http_header, name of the header to use to extract the value.public void setField(String field)
public SyntheticsGlobalVariableParseTestOptions localVariableName(String localVariableName)
@Nullable public String getLocalVariableName()
local_variable, name of the local variable to use to extract the
value.public void setLocalVariableName(String localVariableName)
public SyntheticsGlobalVariableParseTestOptions parser(SyntheticsVariableParser parser)
@Nullable public SyntheticsVariableParser getParser()
public void setParser(SyntheticsVariableParser parser)
public SyntheticsGlobalVariableParseTestOptions type(SyntheticsGlobalVariableParseTestOptionsType type)
public SyntheticsGlobalVariableParseTestOptionsType getType()
public void setType(SyntheticsGlobalVariableParseTestOptionsType type)
public SyntheticsGlobalVariableParseTestOptions 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.