Klasse JSONStatusMessage

java.lang.Object
de.bytestore.hostinger.gson.templates.JSONStatusMessage

public class JSONStatusMessage extends Object
Represents a JSON status message containing a status, message, and value.
  • Konstruktordetails

    • JSONStatusMessage

      public JSONStatusMessage(JSONStatus status, String message)
      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

      public JSONStatusMessage(JSONStatus status, String message, com.google.gson.JsonObject value)
      Represents a JSON status message containing a status, message, and value.
    • JSONStatusMessage

      public JSONStatusMessage(JSONStatus status, com.google.gson.JsonObject value)
      Represents a JSON status message containing a status and a value.
  • Methodendetails