Class TaskStatistics

    • Method Detail

      • fromJson

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

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

        public final String getAccountSid()
      • getAssistantSid

        public final String getAssistantSid()
      • getTaskSid

        public final String getTaskSid()
      • getSamplesCount

        public final Integer getSamplesCount()
      • getFieldsCount

        public final Integer getFieldsCount()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object