@Immutable public final class ActivityId extends Object
| Constructor and Description |
|---|
ActivityId(String id)
Creates a new ActivityId that wraps the id passed in
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
String |
value()
Returns the value of the identifier as a
String. |
static ActivityId |
valueOf(String id)
Convert the
String value to a ActivityId object. |
public ActivityId(String id)
id - the String id stored internallypublic String value()
String.Stringpublic static ActivityId valueOf(String id)
String value to a ActivityId object.id - String value to useActivityId with the underlying value of idCopyright © 2024 Atlassian. All rights reserved.