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