@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_SECURE |
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) |
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 |
getName()
Name of the variable to extract.
|
SyntheticsVariableParser |
getParser()
Details of the parser to use for the global variable.
|
Boolean |
getSecure()
Determines whether or not the extracted value will be obfuscated.
|
SyntheticsGlobalVariableParseTestOptionsType |
getType()
Property of the Synthetic Test Response to use for a Synthetic global variable.
|
int |
hashCode() |
SyntheticsParsingOptions |
name(String name) |
SyntheticsParsingOptions |
parser(SyntheticsVariableParser parser) |
SyntheticsParsingOptions |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsParsingOptions |
secure(Boolean secure) |
void |
setField(String field) |
void |
setName(String name) |
void |
setParser(SyntheticsVariableParser parser) |
void |
setSecure(Boolean secure) |
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_SECURE
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 secure(Boolean secure)
@Nullable public Boolean getSecure()
public void setSecure(Boolean secure)
public SyntheticsParsingOptions type(SyntheticsGlobalVariableParseTestOptionsType type)
@Nullable public SyntheticsGlobalVariableParseTestOptionsType getType()
public void setType(SyntheticsGlobalVariableParseTestOptionsType type)
public SyntheticsParsingOptions 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.