@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsPrivateLocationSecrets extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUTHENTICATION |
static String |
JSON_PROPERTY_CONFIG_DECRYPTION |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsPrivateLocationSecrets() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsPrivateLocationSecrets |
authentication(SyntheticsPrivateLocationSecretsAuthentication authentication) |
SyntheticsPrivateLocationSecrets |
configDecryption(SyntheticsPrivateLocationSecretsConfigDecryption configDecryption) |
boolean |
equals(Object o)
Return true if this SyntheticsPrivateLocationSecrets object is equal to o.
|
SyntheticsPrivateLocationSecretsAuthentication |
getAuthentication()
Authentication part of the secrets.
|
SyntheticsPrivateLocationSecretsConfigDecryption |
getConfigDecryption()
Private key for the private location.
|
int |
hashCode() |
void |
setAuthentication(SyntheticsPrivateLocationSecretsAuthentication authentication) |
void |
setConfigDecryption(SyntheticsPrivateLocationSecretsConfigDecryption configDecryption) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AUTHENTICATION
public static final String JSON_PROPERTY_CONFIG_DECRYPTION
public SyntheticsPrivateLocationSecrets authentication(SyntheticsPrivateLocationSecretsAuthentication authentication)
@Nullable public SyntheticsPrivateLocationSecretsAuthentication getAuthentication()
public void setAuthentication(SyntheticsPrivateLocationSecretsAuthentication authentication)
public SyntheticsPrivateLocationSecrets configDecryption(SyntheticsPrivateLocationSecretsConfigDecryption configDecryption)
@Nullable public SyntheticsPrivateLocationSecretsConfigDecryption getConfigDecryption()
public void setConfigDecryption(SyntheticsPrivateLocationSecretsConfigDecryption configDecryption)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.