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="2025-08-13T06:29:57.848866350Z[Etc/UTC]")
public class ActionDetail
extends IdentifiableResource
ActionDetail
-
Field Summary
FieldsFields inherited from class cloud.dnation.hetznerclient.IdentifiableResource
SERIALIZED_NAME_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerror(ErrorDetail error) Command executed in the ActiongetError()Get errorStatus of the ActioninthashCode()voidsetCommand(String command) voidsetError(ErrorDetail error) 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:
-
-
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
-
equals
- Overrides:
equalsin classIdentifiableResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classIdentifiableResource
-
toString
- Overrides:
toStringin classIdentifiableResource
-