Class MachineDetailResponse

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

public class MachineDetailResponse extends JSONStatusMessage
  • Constructor Details

    • MachineDetailResponse

      public MachineDetailResponse(JSONStatus status, String message, Machine machineIO)
      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.