Klasse JSONStatusMessage
java.lang.Object
de.bytestore.hostinger.gson.templates.JSONStatusMessage
Represents a JSON status message containing a status, message, and value.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungJSONStatusMessage
(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. -
Methodenübersicht
-
Konstruktordetails
-
JSONStatusMessage
Represents a JSON status message containing a status and a message.- Parameter:
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.
-
-
Methodendetails