Class ActivitySnapshot

  • All Implemented Interfaces:
    Serializable

    @Internal
    @ParametersAreNonnullByDefault
    public class ActivitySnapshot
    extends Object
    implements Serializable
    Represents a snapshot of an activity currently being performed.
    Since:
    5.7
    See Also:
    Serialized Form
    • Constructor Detail

      • ActivitySnapshot

        public ActivitySnapshot​(long startTime,
                                long threadId,
                                String threadName,
                                String userId,
                                String type,
                                String summary)
    • Method Detail

      • getStartTime

        public long getStartTime()
      • getThreadId

        public long getThreadId()
      • getThreadName

        public @NonNull String getThreadName()
      • getUserId

        public @NonNull String getUserId()
      • getType

        public @NonNull String getType()
      • getSummary

        public @NonNull String getSummary()