@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FleetDeploymentV2DetailAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AUTHOR |
static String |
JSON_PROPERTY_CANCELED_HOSTS |
static String |
JSON_PROPERTY_CONFIG_OPERATIONS |
static String |
JSON_PROPERTY_DURATION_SECONDS |
static String |
JSON_PROPERTY_ERROR_SUMMARY |
static String |
JSON_PROPERTY_ESTIMATED_FINISHED_AT |
static String |
JSON_PROPERTY_FAILED_HOSTS |
static String |
JSON_PROPERTY_HIGH_LEVEL_STATUS |
static String |
JSON_PROPERTY_HOSTS |
static String |
JSON_PROPERTY_IS_SCHEDULED |
static String |
JSON_PROPERTY_QUERY |
static String |
JSON_PROPERTY_RUNNING_HOSTS |
static String |
JSON_PROPERTY_SCHEDULE_ID |
static String |
JSON_PROPERTY_SKIPPED_HOSTS |
static String |
JSON_PROPERTY_SUCCEEDED_HOSTS |
static String |
JSON_PROPERTY_TARGET_VERSIONS |
static String |
JSON_PROPERTY_TOTAL_HOSTS |
static String |
JSON_PROPERTY_UPDATE_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
FleetDeploymentV2DetailAttributes() |
| Modifier and Type | Method and Description |
|---|---|
FleetDeploymentV2DetailAttributes |
addConfigOperationsItem(FleetDeploymentOperation configOperationsItem) |
FleetDeploymentV2DetailAttributes |
addHostsItem(FleetDeploymentV2DetailAgent hostsItem) |
FleetDeploymentV2DetailAttributes |
addTargetVersionsItem(String targetVersionsItem) |
FleetDeploymentV2DetailAttributes |
author(String author) |
FleetDeploymentV2DetailAttributes |
canceledHosts(Long canceledHosts) |
FleetDeploymentV2DetailAttributes |
configOperations(List<FleetDeploymentOperation> configOperations) |
FleetDeploymentV2DetailAttributes |
durationSeconds(Long durationSeconds) |
boolean |
equals(Object o)
Return true if this FleetDeploymentV2DetailAttributes object is equal to o.
|
FleetDeploymentV2DetailAttributes |
errorSummary(String errorSummary) |
FleetDeploymentV2DetailAttributes |
estimatedFinishedAt(Long estimatedFinishedAt) |
FleetDeploymentV2DetailAttributes |
failedHosts(Long failedHosts) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getAuthor()
Handle of the user who triggered the deployment.
|
Long |
getCanceledHosts()
Number of hosts on which the deployment was canceled.
|
List<FleetDeploymentOperation> |
getConfigOperations()
Ordered list of configuration file operations applied by this deployment.
|
Long |
getDurationSeconds()
Duration of the deployment in seconds, computed as
finished_at - started_at. |
String |
getErrorSummary()
Top-level error message for the deployment.
|
Long |
getEstimatedFinishedAt()
Estimated completion time of the deployment as a Unix timestamp.
|
Long |
getFailedHosts()
Number of hosts on which the deployment failed.
|
String |
getHighLevelStatus()
Current high-level status of the deployment (for example, "pending", "running", "completed",
"failed").
|
List<FleetDeploymentV2DetailAgent> |
getHosts()
Per-host status list for this deployment.
|
Boolean |
getIsScheduled()
Whether this deployment was triggered by a schedule (
schedule_id is non-empty). |
String |
getQuery()
Query used to filter and select target hosts for the deployment.
|
Long |
getRunningHosts()
Number of hosts on which the deployment is currently running.
|
String |
getScheduleId()
Identifier of the schedule that triggered this deployment.
|
Long |
getSkippedHosts()
Number of hosts that were skipped during the deployment.
|
Long |
getSucceededHosts()
Number of hosts on which the deployment succeeded.
|
List<String> |
getTargetVersions()
Distinct package versions targeted by this deployment, in first-seen order.
|
Long |
getTotalHosts()
Total number of hosts targeted by this deployment.
|
String |
getUpdateType()
Type of update operation performed by this deployment (for example, "update_config_operations",
"update_package").
|
int |
hashCode() |
FleetDeploymentV2DetailAttributes |
highLevelStatus(String highLevelStatus) |
FleetDeploymentV2DetailAttributes |
hosts(List<FleetDeploymentV2DetailAgent> hosts) |
FleetDeploymentV2DetailAttributes |
isScheduled(Boolean isScheduled) |
FleetDeploymentV2DetailAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
FleetDeploymentV2DetailAttributes |
query(String query) |
FleetDeploymentV2DetailAttributes |
runningHosts(Long runningHosts) |
FleetDeploymentV2DetailAttributes |
scheduleId(String scheduleId) |
void |
setAuthor(String author) |
void |
setCanceledHosts(Long canceledHosts) |
void |
setConfigOperations(List<FleetDeploymentOperation> configOperations) |
void |
setDurationSeconds(Long durationSeconds) |
void |
setErrorSummary(String errorSummary) |
void |
setEstimatedFinishedAt(Long estimatedFinishedAt) |
void |
setFailedHosts(Long failedHosts) |
void |
setHighLevelStatus(String highLevelStatus) |
void |
setHosts(List<FleetDeploymentV2DetailAgent> hosts) |
void |
setIsScheduled(Boolean isScheduled) |
void |
setQuery(String query) |
void |
setRunningHosts(Long runningHosts) |
void |
setScheduleId(String scheduleId) |
void |
setSkippedHosts(Long skippedHosts) |
void |
setSucceededHosts(Long succeededHosts) |
void |
setTargetVersions(List<String> targetVersions) |
void |
setTotalHosts(Long totalHosts) |
void |
setUpdateType(String updateType) |
FleetDeploymentV2DetailAttributes |
skippedHosts(Long skippedHosts) |
FleetDeploymentV2DetailAttributes |
succeededHosts(Long succeededHosts) |
FleetDeploymentV2DetailAttributes |
targetVersions(List<String> targetVersions) |
String |
toString() |
FleetDeploymentV2DetailAttributes |
totalHosts(Long totalHosts) |
FleetDeploymentV2DetailAttributes |
updateType(String updateType) |
public boolean unparsed
public static final String JSON_PROPERTY_AUTHOR
public static final String JSON_PROPERTY_CANCELED_HOSTS
public static final String JSON_PROPERTY_CONFIG_OPERATIONS
public static final String JSON_PROPERTY_DURATION_SECONDS
public static final String JSON_PROPERTY_ERROR_SUMMARY
public static final String JSON_PROPERTY_ESTIMATED_FINISHED_AT
public static final String JSON_PROPERTY_FAILED_HOSTS
public static final String JSON_PROPERTY_HIGH_LEVEL_STATUS
public static final String JSON_PROPERTY_HOSTS
public static final String JSON_PROPERTY_IS_SCHEDULED
public static final String JSON_PROPERTY_QUERY
public static final String JSON_PROPERTY_RUNNING_HOSTS
public static final String JSON_PROPERTY_SCHEDULE_ID
public static final String JSON_PROPERTY_SKIPPED_HOSTS
public static final String JSON_PROPERTY_SUCCEEDED_HOSTS
public static final String JSON_PROPERTY_TARGET_VERSIONS
public static final String JSON_PROPERTY_TOTAL_HOSTS
public static final String JSON_PROPERTY_UPDATE_TYPE
public FleetDeploymentV2DetailAttributes author(String author)
@Nullable public String getAuthor()
public void setAuthor(String author)
public FleetDeploymentV2DetailAttributes canceledHosts(Long canceledHosts)
@Nullable public Long getCanceledHosts()
public void setCanceledHosts(Long canceledHosts)
public FleetDeploymentV2DetailAttributes configOperations(List<FleetDeploymentOperation> configOperations)
public FleetDeploymentV2DetailAttributes addConfigOperationsItem(FleetDeploymentOperation configOperationsItem)
@Nullable public List<FleetDeploymentOperation> getConfigOperations()
public void setConfigOperations(List<FleetDeploymentOperation> configOperations)
public FleetDeploymentV2DetailAttributes durationSeconds(Long durationSeconds)
@Nullable public Long getDurationSeconds()
finished_at - started_at. Zero
if the deployment has not finished.public void setDurationSeconds(Long durationSeconds)
public FleetDeploymentV2DetailAttributes errorSummary(String errorSummary)
@Nullable public String getErrorSummary()
public void setErrorSummary(String errorSummary)
public FleetDeploymentV2DetailAttributes estimatedFinishedAt(Long estimatedFinishedAt)
@Nullable public Long getEstimatedFinishedAt()
public void setEstimatedFinishedAt(Long estimatedFinishedAt)
public FleetDeploymentV2DetailAttributes failedHosts(Long failedHosts)
@Nullable public Long getFailedHosts()
public void setFailedHosts(Long failedHosts)
public FleetDeploymentV2DetailAttributes highLevelStatus(String highLevelStatus)
@Nullable public String getHighLevelStatus()
public void setHighLevelStatus(String highLevelStatus)
public FleetDeploymentV2DetailAttributes hosts(List<FleetDeploymentV2DetailAgent> hosts)
public FleetDeploymentV2DetailAttributes addHostsItem(FleetDeploymentV2DetailAgent hostsItem)
@Nullable public List<FleetDeploymentV2DetailAgent> getHosts()
public void setHosts(List<FleetDeploymentV2DetailAgent> hosts)
public FleetDeploymentV2DetailAttributes isScheduled(Boolean isScheduled)
@Nullable public Boolean getIsScheduled()
schedule_id is non-empty).public void setIsScheduled(Boolean isScheduled)
public FleetDeploymentV2DetailAttributes query(String query)
@Nullable public String getQuery()
public void setQuery(String query)
public FleetDeploymentV2DetailAttributes runningHosts(Long runningHosts)
@Nullable public Long getRunningHosts()
public void setRunningHosts(Long runningHosts)
public FleetDeploymentV2DetailAttributes scheduleId(String scheduleId)
@Nullable public String getScheduleId()
public void setScheduleId(String scheduleId)
public FleetDeploymentV2DetailAttributes skippedHosts(Long skippedHosts)
@Nullable public Long getSkippedHosts()
public void setSkippedHosts(Long skippedHosts)
public FleetDeploymentV2DetailAttributes succeededHosts(Long succeededHosts)
@Nullable public Long getSucceededHosts()
public void setSucceededHosts(Long succeededHosts)
public FleetDeploymentV2DetailAttributes targetVersions(List<String> targetVersions)
public FleetDeploymentV2DetailAttributes addTargetVersionsItem(String targetVersionsItem)
@Nullable public List<String> getTargetVersions()
public FleetDeploymentV2DetailAttributes totalHosts(Long totalHosts)
@Nullable public Long getTotalHosts()
public void setTotalHosts(Long totalHosts)
public FleetDeploymentV2DetailAttributes updateType(String updateType)
@Nullable public String getUpdateType()
public void setUpdateType(String updateType)
public FleetDeploymentV2DetailAttributes 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.