public class ExampleTicket extends Object
| Constructor and Description |
|---|
ExampleTicket(List<String> path,
int ordinal,
String uuid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ExampleTicket |
from(Ticket ticket) |
int |
getOrdinal() |
List<String> |
getPath() |
String |
getUuid() |
int |
hashCode() |
Ticket |
toTicket() |
public int getOrdinal()
public String getUuid()
public static ExampleTicket from(Ticket ticket)
public Ticket toTicket()
Copyright © 2019 The Apache Software Foundation. All rights reserved.