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