@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LaunchDarklyIntegration extends Object
LaunchDarklyIntegration object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREDENTIALS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LaunchDarklyIntegration() |
LaunchDarklyIntegration(LaunchDarklyCredentials credentials,
LaunchDarklyIntegrationType type) |
| Modifier and Type | Method and Description |
|---|---|
LaunchDarklyIntegration |
credentials(LaunchDarklyCredentials credentials) |
boolean |
equals(Object o)
Return true if this LaunchDarklyIntegration 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.
|
LaunchDarklyCredentials |
getCredentials()
The definition of the
LaunchDarklyCredentials object. |
LaunchDarklyIntegrationType |
getType()
The definition of the
LaunchDarklyIntegrationType object. |
int |
hashCode() |
LaunchDarklyIntegration |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCredentials(LaunchDarklyCredentials credentials) |
void |
setType(LaunchDarklyIntegrationType type) |
String |
toString() |
LaunchDarklyIntegration |
type(LaunchDarklyIntegrationType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CREDENTIALS
public static final String JSON_PROPERTY_TYPE
public LaunchDarklyIntegration()
public LaunchDarklyIntegration(LaunchDarklyCredentials credentials, LaunchDarklyIntegrationType type)
public LaunchDarklyIntegration credentials(LaunchDarklyCredentials credentials)
public LaunchDarklyCredentials getCredentials()
LaunchDarklyCredentials object.public void setCredentials(LaunchDarklyCredentials credentials)
public LaunchDarklyIntegration type(LaunchDarklyIntegrationType type)
public LaunchDarklyIntegrationType getType()
LaunchDarklyIntegrationType object.public void setType(LaunchDarklyIntegrationType type)
public LaunchDarklyIntegration 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 © 2025. All rights reserved.