Package cloud.dnation.hetznerclient
Class ActionDetail
java.lang.Object
cloud.dnation.hetznerclient.IdentifiableResource
cloud.dnation.hetznerclient.ActionDetail
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2026-01-09T14:14:52.146496965Z[Etc/UTC]")
public class ActionDetail
extends IdentifiableResource
ActionDetail
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class cloud.dnation.hetznerclient.IdentifiableResource
SERIALIZED_NAME_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddResourcesItem(IdentifiableResource resourcesItem) booleanerror(ErrorDetail error) Command executed in the ActiongetError()Get errorOperation progress, in percent.List of resources the Action relates toStatus of the ActioninthashCode()resources(List<IdentifiableResource> resources) voidsetCommand(String command) voidsetError(ErrorDetail error) voidsetProgress(Integer progress) voidsetResources(List<IdentifiableResource> resources) voidtoString()Methods inherited from class cloud.dnation.hetznerclient.IdentifiableResource
getId, id, setId
-
Field Details
-
SERIALIZED_NAME_COMMAND
- See Also:
-
SERIALIZED_NAME_ERROR
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_PROGRESS
- See Also:
-
SERIALIZED_NAME_RESOURCES
- See Also:
-
-
Constructor Details
-
ActionDetail
public ActionDetail()
-
-
Method Details
-
command
-
getCommand
Command executed in the Action- Returns:
- command
-
setCommand
-
error
-
getError
Get error- Returns:
- error
-
setError
-
status
-
getStatus
Status of the Action- Returns:
- status
-
setStatus
-
progress
-
getProgress
Operation progress, in percent.- Returns:
- progress
-
setProgress
-
resources
-
addResourcesItem
-
getResources
List of resources the Action relates to- Returns:
- resources
-
setResources
-
equals
- Overrides:
equalsin classIdentifiableResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classIdentifiableResource
-
toString
- Overrides:
toStringin classIdentifiableResource
-