Class InsightsAssessmentsComment

    • Method Detail

      • fromJson

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

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

        public final String getAccountSid()
      • getAssessmentSid

        public final String getAssessmentSid()
      • getReport

        public final Boolean getReport()
      • getAgentId

        public final String getAgentId()
      • getSegmentId

        public final String getSegmentId()
      • getUserName

        public final String getUserName()
      • getUserEmail

        public final String getUserEmail()
      • getTimestamp

        public final BigDecimal getTimestamp()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object