@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FleetDeploymentConfigureV2DryRunAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DRY_RUN |
static String |
JSON_PROPERTY_QUERY |
static String |
JSON_PROPERTY_TOTAL_HOSTS |
boolean |
unparsed |
| Constructor and Description |
|---|
FleetDeploymentConfigureV2DryRunAttributes() |
| Modifier and Type | Method and Description |
|---|---|
FleetDeploymentConfigureV2DryRunAttributes |
dryRun(FleetDeploymentConfigureV2DryRunResult dryRun) |
boolean |
equals(Object o)
Return true if this FleetDeploymentConfigureV2DryRunAttributes 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.
|
FleetDeploymentConfigureV2DryRunResult |
getDryRun()
Validation result of a configuration deployment dry run.
|
String |
getQuery()
Query used to filter and select target hosts for the deployment.
|
Long |
getTotalHosts()
Total number of hosts targeted by this deployment.
|
int |
hashCode() |
FleetDeploymentConfigureV2DryRunAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
FleetDeploymentConfigureV2DryRunAttributes |
query(String query) |
void |
setDryRun(FleetDeploymentConfigureV2DryRunResult dryRun) |
void |
setQuery(String query) |
void |
setTotalHosts(Long totalHosts) |
String |
toString() |
FleetDeploymentConfigureV2DryRunAttributes |
totalHosts(Long totalHosts) |
public boolean unparsed
public static final String JSON_PROPERTY_DRY_RUN
public static final String JSON_PROPERTY_QUERY
public static final String JSON_PROPERTY_TOTAL_HOSTS
public FleetDeploymentConfigureV2DryRunAttributes()
public FleetDeploymentConfigureV2DryRunAttributes dryRun(FleetDeploymentConfigureV2DryRunResult dryRun)
@Nullable public FleetDeploymentConfigureV2DryRunResult getDryRun()
public void setDryRun(FleetDeploymentConfigureV2DryRunResult dryRun)
public FleetDeploymentConfigureV2DryRunAttributes query(String query)
@Nullable public String getQuery()
public void setQuery(String query)
public FleetDeploymentConfigureV2DryRunAttributes totalHosts(Long totalHosts)
@Nullable public Long getTotalHosts()
public void setTotalHosts(Long totalHosts)
public FleetDeploymentConfigureV2DryRunAttributes 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.