@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsParsingOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FIELD |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PARSER |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsParsingOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsParsingOptions object is equal to o.
|
SyntheticsParsingOptions |
field(String field) |
String |
getField()
When type is
http_header, name of the header to use to extract the value. |
String |
getName()
Name of the variable to extract.
|
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() |
SyntheticsParsingOptions |
name(String name) |
SyntheticsParsingOptions |
parser(SyntheticsVariableParser parser) |
void |
setField(String field) |
void |
setName(String name) |
void |
setParser(SyntheticsVariableParser parser) |
void |
setType(SyntheticsGlobalVariableParseTestOptionsType type) |
String |
toString() |
SyntheticsParsingOptions |
type(SyntheticsGlobalVariableParseTestOptionsType type) |
public boolean unparsed
public static final String JSON_PROPERTY_FIELD
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PARSER
public static final String JSON_PROPERTY_TYPE
public SyntheticsParsingOptions 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 SyntheticsParsingOptions name(String name)
@Nullable public String getName()
public void setName(String name)
public SyntheticsParsingOptions parser(SyntheticsVariableParser parser)
@Nullable public SyntheticsVariableParser getParser()
public void setParser(SyntheticsVariableParser parser)
public SyntheticsParsingOptions type(SyntheticsGlobalVariableParseTestOptionsType type)
@Nullable public SyntheticsGlobalVariableParseTestOptionsType getType()
public void setType(SyntheticsGlobalVariableParseTestOptionsType type)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.