@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FleetDeploymentHost extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ERROR |
static String |
JSON_PROPERTY_HOSTNAME |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_VERSIONS |
boolean |
unparsed |
| Constructor and Description |
|---|
FleetDeploymentHost() |
| Modifier and Type | Method and Description |
|---|---|
FleetDeploymentHost |
addVersionsItem(FleetDeploymentHostPackage versionsItem) |
boolean |
equals(Object o)
Return true if this FleetDeploymentHost object is equal to o.
|
FleetDeploymentHost |
error(String error) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getError()
Error message if the deployment failed on this host.
|
String |
getHostname()
The hostname of the agent.
|
String |
getStatus()
Current deployment status for this specific host.
|
List<FleetDeploymentHostPackage> |
getVersions()
List of packages and their versions currently installed on this host.
|
int |
hashCode() |
FleetDeploymentHost |
hostname(String hostname) |
FleetDeploymentHost |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setError(String error) |
void |
setHostname(String hostname) |
void |
setStatus(String status) |
void |
setVersions(List<FleetDeploymentHostPackage> versions) |
FleetDeploymentHost |
status(String status) |
String |
toString() |
FleetDeploymentHost |
versions(List<FleetDeploymentHostPackage> versions) |
public boolean unparsed
public static final String JSON_PROPERTY_ERROR
public static final String JSON_PROPERTY_HOSTNAME
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_VERSIONS
public FleetDeploymentHost error(String error)
@Nullable public String getError()
public void setError(String error)
public FleetDeploymentHost hostname(String hostname)
@Nullable public String getHostname()
public void setHostname(String hostname)
public FleetDeploymentHost status(String status)
@Nullable public String getStatus()
public void setStatus(String status)
public FleetDeploymentHost versions(List<FleetDeploymentHostPackage> versions)
public FleetDeploymentHost addVersionsItem(FleetDeploymentHostPackage versionsItem)
@Nullable public List<FleetDeploymentHostPackage> getVersions()
public void setVersions(List<FleetDeploymentHostPackage> versions)
public FleetDeploymentHost 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.