@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FleetDeploymentHostPackage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CURRENT_VERSION |
static String |
JSON_PROPERTY_INITIAL_VERSION |
static String |
JSON_PROPERTY_PACKAGE_NAME |
static String |
JSON_PROPERTY_TARGET_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
FleetDeploymentHostPackage() |
| Modifier and Type | Method and Description |
|---|---|
FleetDeploymentHostPackage |
currentVersion(String currentVersion) |
boolean |
equals(Object o)
Return true if this FleetDeploymentHostPackage 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 |
getCurrentVersion()
The current version of the package on the host.
|
String |
getInitialVersion()
The initial version of the package on the host before the deployment started.
|
String |
getPackageName()
The name of the package.
|
String |
getTargetVersion()
The target version that the deployment is attempting to install.
|
int |
hashCode() |
FleetDeploymentHostPackage |
initialVersion(String initialVersion) |
FleetDeploymentHostPackage |
packageName(String packageName) |
FleetDeploymentHostPackage |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCurrentVersion(String currentVersion) |
void |
setInitialVersion(String initialVersion) |
void |
setPackageName(String packageName) |
void |
setTargetVersion(String targetVersion) |
FleetDeploymentHostPackage |
targetVersion(String targetVersion) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CURRENT_VERSION
public static final String JSON_PROPERTY_INITIAL_VERSION
public static final String JSON_PROPERTY_PACKAGE_NAME
public static final String JSON_PROPERTY_TARGET_VERSION
public FleetDeploymentHostPackage currentVersion(String currentVersion)
@Nullable public String getCurrentVersion()
public void setCurrentVersion(String currentVersion)
public FleetDeploymentHostPackage initialVersion(String initialVersion)
@Nullable public String getInitialVersion()
public void setInitialVersion(String initialVersion)
public FleetDeploymentHostPackage packageName(String packageName)
@Nullable public String getPackageName()
public void setPackageName(String packageName)
public FleetDeploymentHostPackage targetVersion(String targetVersion)
@Nullable public String getTargetVersion()
public void setTargetVersion(String targetVersion)
public FleetDeploymentHostPackage 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.