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