Class Room

    • Method Detail

      • fromJson

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

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

        public final String getAccountSid()
      • getRoomSid

        public final String getRoomSid()
      • getRoomName

        public final String getRoomName()
      • getStatusCallback

        public final URI getStatusCallback()
      • getStatusCallbackMethod

        public final HttpMethod getStatusCallbackMethod()
      • getMaxParticipants

        public final Integer getMaxParticipants()
      • getUniqueParticipants

        public final Integer getUniqueParticipants()
      • getUniqueParticipantIdentities

        public final Integer getUniqueParticipantIdentities()
      • getConcurrentParticipants

        public final Integer getConcurrentParticipants()
      • getMaxConcurrentParticipants

        public final Integer getMaxConcurrentParticipants()
      • getDurationSec

        public final Long getDurationSec()
      • getTotalParticipantDurationSec

        public final Long getTotalParticipantDurationSec()
      • getTotalRecordingDurationSec

        public final Long getTotalRecordingDurationSec()
      • getRecordingEnabled

        public final Boolean getRecordingEnabled()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object