Class Job

    • Method Detail

      • fromJson

        public static Job fromJson​(String json,
                                   com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON String into a Job object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON String
        objectMapper - Jackson ObjectMapper
        Returns:
        Job object represented by the provided JSON
      • fromJson

        public static Job fromJson​(InputStream json,
                                   com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON InputStream into a Job object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON InputStream
        objectMapper - Jackson ObjectMapper
        Returns:
        Job object represented by the provided JSON
      • getResourceType

        public final String getResourceType()
      • getFriendlyName

        public final String getFriendlyName()
      • getStartDay

        public final String getStartDay()
      • getEndDay

        public final String getEndDay()
      • getJobSid

        public final String getJobSid()
      • getWebhookUrl

        public final String getWebhookUrl()
      • getWebhookMethod

        public final String getWebhookMethod()
      • getEmail

        public final String getEmail()
      • getUrl

        public final URI getUrl()
      • getJobQueuePosition

        public final String getJobQueuePosition()
      • getEstimatedCompletionTime

        public final String getEstimatedCompletionTime()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object