Class RecentJob


  • public class RecentJob
    extends Object
    Information about the most recent Job to run under the Job Schedule.
    • Constructor Detail

      • RecentJob

        public RecentJob()
    • Method Detail

      • id

        public String id()
        Get the id value.
        Returns:
        the id value
      • withId

        public RecentJob withId​(String id)
        Set the id value.
        Parameters:
        id - the id value to set
        Returns:
        the RecentJob object itself.
      • url

        public String url()
        Get the url value.
        Returns:
        the url value
      • withUrl

        public RecentJob withUrl​(String url)
        Set the url value.
        Parameters:
        url - the url value to set
        Returns:
        the RecentJob object itself.