Class JSONStatusMessage
java.lang.Object
de.bytestore.hostinger.gson.templates.JSONStatusMessage
- Direct Known Subclasses:
MachineDetailResponse,ProcessDetailResponse,VirtualizedDetailResponse
Represents a JSON status message containing a status, message, and value.
-
Constructor Summary
ConstructorsConstructorDescriptionJSONStatusMessage(JSONStatus status, com.google.gson.JsonObject value) Represents a JSON status message containing a status and a value.JSONStatusMessage(JSONStatus status, String message) Represents a JSON status message containing a status and a message.JSONStatusMessage(JSONStatus status, String message, com.google.gson.JsonObject value) Represents a JSON status message containing a status, message, and value. -
Method Summary
-
Constructor Details
-
JSONStatusMessage
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.
-
JSONStatusMessage
Represents a JSON status message containing a status, message, and value. -
JSONStatusMessage
Represents a JSON status message containing a status and a value.
-
-
Method Details