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