Class InsightsSegments

    • Method Detail

      • fromJson

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

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

        public final String getSegmentId()
      • getExternalId

        public final String getExternalId()
      • getQueue

        public final String getQueue()
      • getExternalContact

        public final String getExternalContact()
      • getExternalSegmentLinkId

        public final String getExternalSegmentLinkId()
      • getDate

        public final String getDate()
      • getAccountId

        public final String getAccountId()
      • getExternalSegmentLink

        public final String getExternalSegmentLink()
      • getAgentId

        public final String getAgentId()
      • getAgentPhone

        public final String getAgentPhone()
      • getAgentName

        public final String getAgentName()
      • getAgentTeamName

        public final String getAgentTeamName()
      • getAgentTeamNameInHierarchy

        public final String getAgentTeamNameInHierarchy()
      • getAgentLink

        public final String getAgentLink()
      • getCustomerPhone

        public final String getCustomerPhone()
      • getCustomerName

        public final String getCustomerName()
      • getCustomerLink

        public final String getCustomerLink()
      • getSegmentRecordingOffset

        public final String getSegmentRecordingOffset()
      • getAssessmentType

        public final Map<String,​Object> getAssessmentType()
      • getAssessmentPercentage

        public final Map<String,​Object> getAssessmentPercentage()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object