Package cloud.dnation.hetznerclient
Class CreateServerResponse
- java.lang.Object
-
- cloud.dnation.hetznerclient.CreateServerResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-08-17T03:32:29.204871Z[Etc/UTC]") public class CreateServerResponse extends ObjectCreateServerResponse
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACTIONstatic StringSERIALIZED_NAME_NEXT_ACTIONSstatic StringSERIALIZED_NAME_SERVER
-
Constructor Summary
Constructors Constructor Description CreateServerResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateServerResponseaction(ActionDetail action)CreateServerResponseaddNextActionsItem(ActionDetail nextActionsItem)booleanequals(Object o)ActionDetailgetAction()Get actionList<ActionDetail>getNextActions()Get nextActionsServerDetailgetServer()Get serverinthashCode()CreateServerResponsenextActions(List<ActionDetail> nextActions)CreateServerResponseserver(ServerDetail server)voidsetAction(ActionDetail action)voidsetNextActions(List<ActionDetail> nextActions)voidsetServer(ServerDetail server)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ACTION
public static final String SERIALIZED_NAME_ACTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SERVER
public static final String SERIALIZED_NAME_SERVER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NEXT_ACTIONS
public static final String SERIALIZED_NAME_NEXT_ACTIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
action
public CreateServerResponse action(ActionDetail action)
-
getAction
@Nullable public ActionDetail getAction()
Get action- Returns:
- action
-
setAction
public void setAction(ActionDetail action)
-
server
public CreateServerResponse server(ServerDetail server)
-
getServer
@Nullable public ServerDetail getServer()
Get server- Returns:
- server
-
setServer
public void setServer(ServerDetail server)
-
nextActions
public CreateServerResponse nextActions(List<ActionDetail> nextActions)
-
addNextActionsItem
public CreateServerResponse addNextActionsItem(ActionDetail nextActionsItem)
-
getNextActions
@Nullable public List<ActionDetail> getNextActions()
Get nextActions- Returns:
- nextActions
-
setNextActions
public void setNextActions(List<ActionDetail> nextActions)
-
-