Class LiveTailSessionMetadata

    • Method Detail

      • sampled

        public final Boolean sampled()

        If this is true, then more than 500 log events matched the request for this update, and the sessionResults includes a sample of 500 of those events.

        If this is false, then 500 or fewer log events matched the request for this update, so no sampling was necessary. In this case, the sessionResults array includes all log events that matched your request during this time.

        Returns:
        If this is true, then more than 500 log events matched the request for this update, and the sessionResults includes a sample of 500 of those events.

        If this is false, then 500 or fewer log events matched the request for this update, so no sampling was necessary. In this case, the sessionResults array includes all log events that matched your request during this time.

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)