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