@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) |
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 Synthetics Test Response to use for a Synthetics global variable.
|
int |
hashCode() |
SyntheticsGlobalVariableParseTestOptions |
localVariableName(String localVariableName) |
SyntheticsGlobalVariableParseTestOptions |
parser(SyntheticsVariableParser parser) |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.