Class JobResource

  • All Implemented Interfaces:
    org.springframework.hateoas.Identifiable<org.springframework.hateoas.Link>

    public class JobResource
    extends org.springframework.hateoas.ResourceSupport
    • Constructor Summary

      Constructors 
      Constructor Description
      JobResource​(Job job)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Job getJob()  
      • Methods inherited from class org.springframework.hateoas.ResourceSupport

        add, add, add, equals, getId, getLink, getLinks, getLinks, hashCode, hasLink, hasLinks, removeLinks, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JobResource

        public JobResource​(Job job)
    • Method Detail

      • getJob

        public Job getJob()