Class RestoreAssistant

    • Method Detail

      • fromJson

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

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

        public final String getAccountSid()
      • getSid

        public final String getSid()
      • getUniqueName

        public final String getUniqueName()
      • getFriendlyName

        public final String getFriendlyName()
      • getNeedsModelBuild

        public final Boolean getNeedsModelBuild()
      • getLatestModelBuildSid

        public final String getLatestModelBuildSid()
      • getLogQueries

        public final Boolean getLogQueries()
      • getDevelopmentStage

        public final String getDevelopmentStage()
      • getCallbackUrl

        public final URI getCallbackUrl()
      • getCallbackEvents

        public final String getCallbackEvents()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object