Class Member

    • Method Detail

      • fromJson

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

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

        public final String getSid()
      • getAccountSid

        public final String getAccountSid()
      • getChannelSid

        public final String getChannelSid()
      • getServiceSid

        public final String getServiceSid()
      • getIdentity

        public final String getIdentity()
      • getRoleSid

        public final String getRoleSid()
      • getLastConsumedMessageIndex

        public final Integer getLastConsumedMessageIndex()
      • getLastConsumptionTimestamp

        public final ZonedDateTime getLastConsumptionTimestamp()
      • getUrl

        public final URI getUrl()
      • getAttributes

        public final String getAttributes()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object