Class MachineDetailResponse
java.lang.Object
de.bytestore.hostinger.gson.templates.JSONStatusMessage
de.bytestore.hostinger.process.api.objects.MachineDetailResponse
-
Constructor Summary
ConstructorsConstructorDescriptionMachineDetailResponse(JSONStatus status, String message, Machine machineIO) Represents a JSON status message containing a status and a message. -
Method Summary
Methods inherited from class de.bytestore.hostinger.gson.templates.JSONStatusMessage
toString
-
Constructor Details
-
MachineDetailResponse
Represents a JSON status message containing a status and a message.- Parameters:
status- The JSON status to be set for the message.message- The message to be set for the status message.
-