@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ResourceProviderConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_METRICS_ENABLED |
static String |
JSON_PROPERTY_NAMESPACE |
boolean |
unparsed |
| Constructor and Description |
|---|
ResourceProviderConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ResourceProviderConfig 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.
|
Boolean |
getMetricsEnabled()
Collect metrics for resources from this provider.
|
String |
getNamespace()
The provider namespace to apply this configuration to.
|
int |
hashCode() |
ResourceProviderConfig |
metricsEnabled(Boolean metricsEnabled) |
ResourceProviderConfig |
namespace(String namespace) |
ResourceProviderConfig |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setMetricsEnabled(Boolean metricsEnabled) |
void |
setNamespace(String namespace) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_METRICS_ENABLED
public static final String JSON_PROPERTY_NAMESPACE
public ResourceProviderConfig metricsEnabled(Boolean metricsEnabled)
@Nullable public Boolean getMetricsEnabled()
public void setMetricsEnabled(Boolean metricsEnabled)
public ResourceProviderConfig namespace(String namespace)
@Nullable public String getNamespace()
public void setNamespace(String namespace)
public ResourceProviderConfig 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.