Class Log

    • Method Detail

      • fromJson

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

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

        public final String getSid()
      • getAccountSid

        public final String getAccountSid()
      • getServiceSid

        public final String getServiceSid()
      • getEnvironmentSid

        public final String getEnvironmentSid()
      • getBuildSid

        public final String getBuildSid()
      • getDeploymentSid

        public final String getDeploymentSid()
      • getFunctionSid

        public final String getFunctionSid()
      • getRequestSid

        public final String getRequestSid()
      • getLevel

        public final Log.Level getLevel()
      • getMessage

        public final String getMessage()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object