@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsPrivateLocationCreationResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONFIG |
static String |
JSON_PROPERTY_PRIVATE_LOCATION |
static String |
JSON_PROPERTY_RESULT_ENCRYPTION |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsPrivateLocationCreationResponse() |
public boolean unparsed
public static final String JSON_PROPERTY_CONFIG
public static final String JSON_PROPERTY_PRIVATE_LOCATION
public static final String JSON_PROPERTY_RESULT_ENCRYPTION
public SyntheticsPrivateLocationCreationResponse()
public SyntheticsPrivateLocationCreationResponse config(Object config)
@Nullable public Object getConfig()
public void setConfig(Object config)
public SyntheticsPrivateLocationCreationResponse privateLocation(SyntheticsPrivateLocation privateLocation)
@Nullable public SyntheticsPrivateLocation getPrivateLocation()
public void setPrivateLocation(SyntheticsPrivateLocation privateLocation)
public SyntheticsPrivateLocationCreationResponse resultEncryption(SyntheticsPrivateLocationCreationResponseResultEncryption resultEncryption)
@Nullable public SyntheticsPrivateLocationCreationResponseResultEncryption getResultEncryption()
public void setResultEncryption(SyntheticsPrivateLocationCreationResponseResultEncryption resultEncryption)
public SyntheticsPrivateLocationCreationResponse 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.