Package io.deephaven.client.impl
Class TypedTicket
java.lang.Object
io.deephaven.client.impl.TypedTicket
- All Implemented Interfaces:
HasTicketId
,HasTypedTicket
A holder that represents a Deephaven ticket and accompanying type.
-
Constructor Summary
ConstructorDescriptionTypedTicket
(String type, HasTicketId ticket) TypedTicket
(String type, TicketId ticket) -
Method Summary
-
Constructor Details
-
TypedTicket
-
TypedTicket
-
-
Method Details
-
type
-
typedTicket
Description copied from interface:HasTypedTicket
Get the typed ticket.- Specified by:
typedTicket
in interfaceHasTypedTicket
- Returns:
- the typed ticket
-
ticketId
Description copied from interface:HasTicketId
Get the ticket ID.- Specified by:
ticketId
in interfaceHasTicketId
- Returns:
- the ticket ID
-
toString
-