Class ScopeId

java.lang.Object
io.deephaven.client.impl.ScopeId
All Implemented Interfaces:
HasPathId, HasTicketId

public final class ScopeId extends Object implements HasTicketId, HasPathId
An opaque holder for a query scope variable ID.
  • Constructor Details

    • ScopeId

      public ScopeId(String variableName)
  • Method Details

    • ticketId

      public TicketId ticketId()
      Description copied from interface: HasTicketId
      Get the ticket ID.
      Specified by:
      ticketId in interface HasTicketId
      Returns:
      the ticket ID
    • pathId

      public PathId pathId()
      Description copied from interface: HasPathId
      Get the path ID.
      Specified by:
      pathId in interface HasPathId
      Returns:
      the path ID