Modifier and Type | Class and Description |
---|---|
static class |
TrackingId.Id
External tracking id
|
static class |
TrackingId.Key |
static class |
TrackingId.System
Name of external tracking system
|
Modifier and Type | Field and Description |
---|---|
protected TrackingId.Key |
key |
static int |
TRACKING_ID_MAX_CHAR |
static int |
TRACKING_SYSTEM_MAX_CHAR |
Modifier | Constructor and Description |
---|---|
protected |
TrackingId() |
|
TrackingId(Change.Id ch,
String id,
String s) |
|
TrackingId(Change.Id ch,
TrackingId.Id id,
TrackingId.System s) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Change.Id |
getChangeId() |
TrackingId.Key |
getKey() |
String |
getSystem() |
String |
getTrackingId() |
int |
hashCode() |
public static final int TRACKING_ID_MAX_CHAR
public static final int TRACKING_SYSTEM_MAX_CHAR
protected TrackingId.Key key
protected TrackingId()
public TrackingId(Change.Id ch, TrackingId.Id id, TrackingId.System s)
public TrackingId.Key getKey()
public Change.Id getChangeId()
public String getTrackingId()
public String getSystem()