@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FleetDeploymentV2DetailAgent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ERROR |
static String |
JSON_PROPERTY_HOSTNAME |
static String |
JSON_PROPERTY_RUNNING_STEP |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_STATUS_DETAILS |
static String |
JSON_PROPERTY_VERSIONS |
boolean |
unparsed |
| Constructor and Description |
|---|
FleetDeploymentV2DetailAgent() |
| Modifier and Type | Method and Description |
|---|---|
FleetDeploymentV2DetailAgent |
addVersionsItem(FleetDeploymentHostPackage versionsItem) |
boolean |
equals(Object o)
Return true if this FleetDeploymentV2DetailAgent object is equal to o.
|
FleetDeploymentV2DetailAgent |
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()
Hostname of the agent.
|
String |
getRunningStep()
Name of the step currently executing on this host.
|
String |
getStatus()
Deployment status for this host (for example, "pending", "running", "succeeded", "failed").
|
String |
getStatusDetails()
Additional details about the current deployment status on this host.
|
List<FleetDeploymentHostPackage> |
getVersions()
Package version details for this host.
|
int |
hashCode() |
FleetDeploymentV2DetailAgent |
hostname(String hostname) |
FleetDeploymentV2DetailAgent |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
FleetDeploymentV2DetailAgent |
runningStep(String runningStep) |
void |
setError(String error) |
void |
setHostname(String hostname) |
void |
setRunningStep(String runningStep) |
void |
setStatus(String status) |
void |
setStatusDetails(String statusDetails) |
void |
setVersions(List<FleetDeploymentHostPackage> versions) |
FleetDeploymentV2DetailAgent |
status(String status) |
FleetDeploymentV2DetailAgent |
statusDetails(String statusDetails) |
String |
toString() |
FleetDeploymentV2DetailAgent |
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_RUNNING_STEP
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_STATUS_DETAILS
public static final String JSON_PROPERTY_VERSIONS
public FleetDeploymentV2DetailAgent error(String error)
@Nullable public String getError()
public void setError(String error)
public FleetDeploymentV2DetailAgent hostname(String hostname)
@Nullable public String getHostname()
public void setHostname(String hostname)
public FleetDeploymentV2DetailAgent runningStep(String runningStep)
@Nullable public String getRunningStep()
public void setRunningStep(String runningStep)
public FleetDeploymentV2DetailAgent status(String status)
@Nullable public String getStatus()
public void setStatus(String status)
public FleetDeploymentV2DetailAgent statusDetails(String statusDetails)
@Nullable public String getStatusDetails()
public void setStatusDetails(String statusDetails)
public FleetDeploymentV2DetailAgent versions(List<FleetDeploymentHostPackage> versions)
public FleetDeploymentV2DetailAgent addVersionsItem(FleetDeploymentHostPackage versionsItem)
@Nullable public List<FleetDeploymentHostPackage> getVersions()
public void setVersions(List<FleetDeploymentHostPackage> versions)
public FleetDeploymentV2DetailAgent 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.