Class Recording

    • Method Detail

      • fromJson

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

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

        public final String getAccountSid()
      • getApiVersion

        public final String getApiVersion()
      • getCallSid

        public final String getCallSid()
      • getConferenceSid

        public final String getConferenceSid()
      • getDuration

        public final String getDuration()
      • getSid

        public final String getSid()
      • getPrice

        public final String getPrice()
      • getPriceUnit

        public final String getPriceUnit()
      • getChannels

        public final Integer getChannels()
      • getErrorCode

        public final Integer getErrorCode()
      • getUri

        public final String getUri()
      • getEncryptionDetails

        public final Map<String,​Object> getEncryptionDetails()
      • getSubresourceUris

        public final Map<String,​String> getSubresourceUris()
      • getMediaUrl

        public final URI getMediaUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object