@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FleetDeploymentConfigureV2Package extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APM_INSTRUMENTATION |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
FleetDeploymentConfigureV2Package() |
FleetDeploymentConfigureV2Package(String name,
String version) |
| Modifier and Type | Method and Description |
|---|---|
FleetDeploymentConfigureV2Package |
apmInstrumentation(String apmInstrumentation) |
boolean |
equals(Object o)
Return true if this FleetDeploymentConfigureV2Package 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 |
getApmInstrumentation()
APM auto-instrumentation mode to enable for this package, if applicable.
|
String |
getName()
The name of the package to deploy.
|
String |
getVersion()
The target version of the package to deploy.
|
int |
hashCode() |
FleetDeploymentConfigureV2Package |
name(String name) |
FleetDeploymentConfigureV2Package |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setApmInstrumentation(String apmInstrumentation) |
void |
setName(String name) |
void |
setVersion(String version) |
String |
toString() |
FleetDeploymentConfigureV2Package |
version(String version) |
public boolean unparsed
public static final String JSON_PROPERTY_APM_INSTRUMENTATION
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_VERSION
public FleetDeploymentConfigureV2Package apmInstrumentation(String apmInstrumentation)
@Nullable public String getApmInstrumentation()
public void setApmInstrumentation(String apmInstrumentation)
public FleetDeploymentConfigureV2Package name(String name)
public String getName()
public void setName(String name)
public FleetDeploymentConfigureV2Package version(String version)
public String getVersion()
public void setVersion(String version)
public FleetDeploymentConfigureV2Package 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.