Class QueryThreadsResult

  • All Implemented Interfaces:

    @Immutable() 
    public final class QueryThreadsResult
    
                        

    Model representing the result of a 'Query Threads' operation.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<Thread> getThreads()
      final String getPrev()
      final String getNext()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QueryThreadsResult

        QueryThreadsResult(List<Thread> threads, String prev, String next)
        Parameters:
        threads - : The list of threads.
        prev - : The identifier for the previous page of threads.
        next - : The identifier for the next page of threads.