Class Query.QueryId

  • Enclosing class:
    Query

    public static final class Query.QueryId
    extends java.lang.Object
    Represents an query id. Wrapper of the UUID class.
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryId​(java.util.UUID id)  
    • Method Summary

      Modifier and Type Method Description
      java.util.UUID getId()
      Get the UUID instance.
      • Methods inherited from class java.lang.Object

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

      • QueryId

        public QueryId​(java.util.UUID id)
    • Method Detail

      • getId

        public java.util.UUID getId()
        Get the UUID instance.
        Returns:
        UUID instance.