@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FleetDeploymentPackageUpgradeAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FILTER_QUERY |
static String |
JSON_PROPERTY_TARGET_PACKAGES |
boolean |
unparsed |
| Constructor and Description |
|---|
FleetDeploymentPackageUpgradeAttributes() |
FleetDeploymentPackageUpgradeAttributes(List<FleetDeploymentPackage> targetPackages) |
| Modifier and Type | Method and Description |
|---|---|
FleetDeploymentPackageUpgradeAttributes |
addTargetPackagesItem(FleetDeploymentPackage targetPackagesItem) |
boolean |
equals(Object o)
Return true if this FleetDeploymentPackageUpgradeAttributes object is equal to o.
|
FleetDeploymentPackageUpgradeAttributes |
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.
|
String |
getFilterQuery()
Query used to filter and select target hosts for the deployment.
|
List<FleetDeploymentPackage> |
getTargetPackages()
List of packages and their target versions to deploy to the selected hosts.
|
int |
hashCode() |
FleetDeploymentPackageUpgradeAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFilterQuery(String filterQuery) |
void |
setTargetPackages(List<FleetDeploymentPackage> targetPackages) |
FleetDeploymentPackageUpgradeAttributes |
targetPackages(List<FleetDeploymentPackage> targetPackages) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FILTER_QUERY
public static final String JSON_PROPERTY_TARGET_PACKAGES
public FleetDeploymentPackageUpgradeAttributes()
public FleetDeploymentPackageUpgradeAttributes(List<FleetDeploymentPackage> targetPackages)
public FleetDeploymentPackageUpgradeAttributes filterQuery(String filterQuery)
@Nullable public String getFilterQuery()
public void setFilterQuery(String filterQuery)
public FleetDeploymentPackageUpgradeAttributes targetPackages(List<FleetDeploymentPackage> targetPackages)
public FleetDeploymentPackageUpgradeAttributes addTargetPackagesItem(FleetDeploymentPackage targetPackagesItem)
public List<FleetDeploymentPackage> getTargetPackages()
public void setTargetPackages(List<FleetDeploymentPackage> targetPackages)
public FleetDeploymentPackageUpgradeAttributes 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.