@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FleetOtelCollectorConfigurationV2 extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COLLECTOR_ID |
static String |
JSON_PROPERTY_COMPILED_CONFIGURATION |
static String |
JSON_PROPERTY_DISTRIBUTION |
boolean |
unparsed |
| Constructor and Description |
|---|
FleetOtelCollectorConfigurationV2() |
| Modifier and Type | Method and Description |
|---|---|
FleetOtelCollectorConfigurationV2 |
collectorId(String collectorId) |
FleetOtelCollectorConfigurationV2 |
compiledConfiguration(String compiledConfiguration) |
FleetOtelCollectorConfigurationV2 |
distribution(String distribution) |
boolean |
equals(Object o)
Return true if this FleetOtelCollectorConfigurationV2 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 |
getCollectorId()
The unique identifier of the OpenTelemetry collector.
|
String |
getCompiledConfiguration()
The final compiled configuration of the OpenTelemetry collector.
|
String |
getDistribution()
The distribution of the OpenTelemetry collector.
|
int |
hashCode() |
FleetOtelCollectorConfigurationV2 |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCollectorId(String collectorId) |
void |
setCompiledConfiguration(String compiledConfiguration) |
void |
setDistribution(String distribution) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COLLECTOR_ID
public static final String JSON_PROPERTY_COMPILED_CONFIGURATION
public static final String JSON_PROPERTY_DISTRIBUTION
public FleetOtelCollectorConfigurationV2 collectorId(String collectorId)
@Nullable public String getCollectorId()
public void setCollectorId(String collectorId)
public FleetOtelCollectorConfigurationV2 compiledConfiguration(String compiledConfiguration)
@Nullable public String getCompiledConfiguration()
public void setCompiledConfiguration(String compiledConfiguration)
public FleetOtelCollectorConfigurationV2 distribution(String distribution)
@Nullable public String getDistribution()
public void setDistribution(String distribution)
public FleetOtelCollectorConfigurationV2 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.