Class Assistant

    • Method Detail

      • fromJson

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

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

        public final String getAccountSid()
      • getFriendlyName

        public final String getFriendlyName()
      • getLatestModelBuildSid

        public final String getLatestModelBuildSid()
      • getLogQueries

        public final Boolean getLogQueries()
      • getDevelopmentStage

        public final String getDevelopmentStage()
      • getNeedsModelBuild

        public final Boolean getNeedsModelBuild()
      • getSid

        public final String getSid()
      • getUniqueName

        public final String getUniqueName()
      • getUrl

        public final URI getUrl()
      • getCallbackUrl

        public final URI getCallbackUrl()
      • getCallbackEvents

        public final String getCallbackEvents()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object