@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FleetDeploymentConfigureAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONFIG_OPERATIONS |
static String |
JSON_PROPERTY_FILTER_QUERY |
boolean |
unparsed |
| Constructor and Description |
|---|
FleetDeploymentConfigureAttributes() |
FleetDeploymentConfigureAttributes(List<FleetDeploymentOperation> configOperations) |
| Modifier and Type | Method and Description |
|---|---|
FleetDeploymentConfigureAttributes |
addConfigOperationsItem(FleetDeploymentOperation configOperationsItem) |
FleetDeploymentConfigureAttributes |
configOperations(List<FleetDeploymentOperation> configOperations) |
boolean |
equals(Object o)
Return true if this FleetDeploymentConfigureAttributes object is equal to o.
|
FleetDeploymentConfigureAttributes |
filterQuery(String filterQuery) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<FleetDeploymentOperation> |
getConfigOperations()
Ordered list of configuration file operations to perform on the target hosts.
|
String |
getFilterQuery()
Query used to filter and select target hosts for the deployment.
|
int |
hashCode() |
FleetDeploymentConfigureAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setConfigOperations(List<FleetDeploymentOperation> configOperations) |
void |
setFilterQuery(String filterQuery) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CONFIG_OPERATIONS
public static final String JSON_PROPERTY_FILTER_QUERY
public FleetDeploymentConfigureAttributes()
public FleetDeploymentConfigureAttributes(List<FleetDeploymentOperation> configOperations)
public FleetDeploymentConfigureAttributes configOperations(List<FleetDeploymentOperation> configOperations)
public FleetDeploymentConfigureAttributes addConfigOperationsItem(FleetDeploymentOperation configOperationsItem)
public List<FleetDeploymentOperation> getConfigOperations()
public void setConfigOperations(List<FleetDeploymentOperation> configOperations)
public FleetDeploymentConfigureAttributes filterQuery(String filterQuery)
@Nullable public String getFilterQuery()
public void setFilterQuery(String filterQuery)
public FleetDeploymentConfigureAttributes 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.