Class ProcessDetailResponse

java.lang.Object
de.bytestore.hostinger.gson.templates.JSONStatusMessage
de.bytestore.hostinger.process.api.objects.ProcessDetailResponse

public class ProcessDetailResponse extends JSONStatusMessage
  • Constructor Details

    • ProcessDetailResponse

      public ProcessDetailResponse(JSONStatus status, String message, Process process)
      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.