public class ExecutionId extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static ExecutionId |
from(String id)
Create an identifier from the given string
|
static ExecutionId |
generate()
Create an unique identifier from the given string
|
int |
hashCode() |
String |
toString() |
public static ExecutionId generate()
public static ExecutionId from(String id)
id
- the string to wrapCopyright © 2019. All rights reserved.