@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsGlobalVariableRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_IS_FIDO |
static String |
JSON_PROPERTY_IS_TOTP |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PARSE_TEST_OPTIONS |
static String |
JSON_PROPERTY_PARSE_TEST_PUBLIC_ID |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsGlobalVariableRequest() |
SyntheticsGlobalVariableRequest(String description,
String name,
List<String> tags) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_IS_FIDO
public static final String JSON_PROPERTY_IS_TOTP
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PARSE_TEST_OPTIONS
public static final String JSON_PROPERTY_PARSE_TEST_PUBLIC_ID
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_VALUE
public SyntheticsGlobalVariableRequest attributes(SyntheticsGlobalVariableAttributes attributes)
@Nullable public SyntheticsGlobalVariableAttributes getAttributes()
public void setAttributes(SyntheticsGlobalVariableAttributes attributes)
public SyntheticsGlobalVariableRequest description(String description)
public String getDescription()
public void setDescription(String description)
@Nullable public String getId()
public SyntheticsGlobalVariableRequest isFido(Boolean isFido)
@Nullable public Boolean getIsFido()
public void setIsFido(Boolean isFido)
public SyntheticsGlobalVariableRequest isTotp(Boolean isTotp)
@Nullable public Boolean getIsTotp()
public void setIsTotp(Boolean isTotp)
public SyntheticsGlobalVariableRequest name(String name)
public String getName()
public void setName(String name)
public SyntheticsGlobalVariableRequest parseTestOptions(SyntheticsGlobalVariableParseTestOptions parseTestOptions)
@Nullable public SyntheticsGlobalVariableParseTestOptions getParseTestOptions()
parse_test_public_id.public void setParseTestOptions(SyntheticsGlobalVariableParseTestOptions parseTestOptions)
public SyntheticsGlobalVariableRequest parseTestPublicId(String parseTestPublicId)
@Nullable public String getParseTestPublicId()
public void setParseTestPublicId(String parseTestPublicId)
public SyntheticsGlobalVariableRequest tags(List<String> tags)
public SyntheticsGlobalVariableRequest addTagsItem(String tagsItem)
public SyntheticsGlobalVariableRequest value(SyntheticsGlobalVariableValue value)
@Nullable public SyntheticsGlobalVariableValue getValue()
public void setValue(SyntheticsGlobalVariableValue value)
public SyntheticsGlobalVariableRequest 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.