Class ApplicationFieldId

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

public final class ApplicationFieldId extends Object implements HasTicketId, HasPathId
An opaque holder for an application field ID.
  • Constructor Details

    • ApplicationFieldId

      public ApplicationFieldId(String applicationId, String fieldName)
  • 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