Class PrebuiltOperator

    • Method Detail

      • fromJson

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

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

        public final String getAccountSid()
      • getSid

        public final String getSid()
      • getFriendlyName

        public final String getFriendlyName()
      • getDescription

        public final String getDescription()
      • getAuthor

        public final String getAuthor()
      • getOperatorType

        public final String getOperatorType()
      • getVersion

        public final Integer getVersion()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object