@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsPrivateLocation extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_METADATA |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SECRETS |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsPrivateLocation() |
SyntheticsPrivateLocation(String description,
String name,
List<String> tags) |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsPrivateLocation |
addTagsItem(String tagsItem) |
SyntheticsPrivateLocation |
description(String description) |
boolean |
equals(Object o)
Return true if this SyntheticsPrivateLocation object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getDescription()
Description of the private location.
|
String |
getId()
Unique identifier of the private location.
|
SyntheticsPrivateLocationMetadata |
getMetadata()
Object containing metadata about the private location.
|
String |
getName()
Name of the private location.
|
SyntheticsPrivateLocationSecrets |
getSecrets()
Secrets for the private location.
|
List<String> |
getTags()
Array of tags attached to the private location.
|
int |
hashCode() |
SyntheticsPrivateLocation |
metadata(SyntheticsPrivateLocationMetadata metadata) |
SyntheticsPrivateLocation |
name(String name) |
SyntheticsPrivateLocation |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDescription(String description) |
void |
setMetadata(SyntheticsPrivateLocationMetadata metadata) |
void |
setName(String name) |
void |
setTags(List<String> tags) |
SyntheticsPrivateLocation |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_METADATA
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_SECRETS
public static final String JSON_PROPERTY_TAGS
public SyntheticsPrivateLocation description(String description)
public String getDescription()
public void setDescription(String description)
@Nullable public String getId()
public SyntheticsPrivateLocation metadata(SyntheticsPrivateLocationMetadata metadata)
@Nullable public SyntheticsPrivateLocationMetadata getMetadata()
public void setMetadata(SyntheticsPrivateLocationMetadata metadata)
public SyntheticsPrivateLocation name(String name)
public String getName()
public void setName(String name)
@Nullable public SyntheticsPrivateLocationSecrets getSecrets()
public SyntheticsPrivateLocation tags(List<String> tags)
public SyntheticsPrivateLocation addTagsItem(String tagsItem)
public SyntheticsPrivateLocation 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.