Class UnpauseResource

java.lang.Object
info.mikethomas.fahservices.service.UnpauseResource

@RestController("unpause") public class UnpauseResource extends Object
REST Web Service.
Version:
$Id: $Id
Author:
Michael Thomas (mikepthomas@outlook.com)
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<String>
    Retrieves representation of an instance of info.mikethomas.fahservices.service.UnpauseResource.
    org.springframework.http.ResponseEntity<String>
    getUnpause(int slot)
    Retrieves representation of an instance of info.mikethomas.fahservices.service.UnpauseResource.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UnpauseResource

      public UnpauseResource()
  • Method Details

    • getUnpause

      @RequestMapping(value="/unpause", method=GET, produces={"application/json","application/xml","text/xml"}) @ResponseBody public org.springframework.http.ResponseEntity<String> getUnpause()
      Retrieves representation of an instance of info.mikethomas.fahservices.service.UnpauseResource.
      Returns:
      an instance of java.lang.String
    • getUnpause

      @RequestMapping(value="/unpause/{slot}", method=GET, produces={"application/json","application/xml","text/xml"}) @ResponseBody public org.springframework.http.ResponseEntity<String> getUnpause(@PathVariable("slot") int slot)
      Retrieves representation of an instance of info.mikethomas.fahservices.service.UnpauseResource.
      Parameters:
      slot - Slot number
      Returns:
      an instance of java.lang.String