Package cloud.dnation.hetznerclient
Class GetActionsResponse
java.lang.Object
cloud.dnation.hetznerclient.AbstractSearchResponse
cloud.dnation.hetznerclient.GetActionsResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-09-21T08:14:59.463226706Z[Etc/UTC]")
public class GetActionsResponse
extends AbstractSearchResponse
GetActionsResponse
-
Field Summary
FieldsFields inherited from class cloud.dnation.hetznerclient.AbstractSearchResponse
SERIALIZED_NAME_META -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions(List<ActionDetail> actions) addActionsItem(ActionDetail actionsItem) booleanGet actionsinthashCode()voidsetActions(List<ActionDetail> actions) toString()Methods inherited from class cloud.dnation.hetznerclient.AbstractSearchResponse
getMeta, meta, setMeta
-
Field Details
-
SERIALIZED_NAME_ACTIONS
- See Also:
-
-
Constructor Details
-
GetActionsResponse
public GetActionsResponse()
-
-
Method Details
-
actions
-
addActionsItem
-
getActions
Get actions- Returns:
- actions
-
setActions
-
equals
- Overrides:
equalsin classAbstractSearchResponse
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractSearchResponse
-
toString
- Overrides:
toStringin classAbstractSearchResponse
-