Package cloud.dnation.hetznerclient
Class ActionResponse
- java.lang.Object
-
- cloud.dnation.hetznerclient.ActionResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-04-26T18:25:35.290404Z[Etc/UTC]") public class ActionResponse extends ObjectActionResponse
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACTION
-
Constructor Summary
Constructors Constructor Description ActionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionResponseaction(ActionDetail action)booleanequals(Object o)ActionDetailgetAction()Get actioninthashCode()voidsetAction(ActionDetail action)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ACTION
public static final String SERIALIZED_NAME_ACTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
action
public ActionResponse action(ActionDetail action)
-
getAction
@Nullable public ActionDetail getAction()
Get action- Returns:
- action
-
setAction
public void setAction(ActionDetail action)
-
-