Class VirtualizedDetailResponse
java.lang.Object
de.bytestore.hostinger.gson.templates.JSONStatusMessage
de.bytestore.hostinger.process.api.objects.VirtualizedDetailResponse
-
Constructor Summary
ConstructorsConstructorDescriptionVirtualizedDetailResponse(JSONStatus status, String message, Virtualized valueIO) 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
-
VirtualizedDetailResponse
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.
-