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