public class ExecutionId
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static ExecutionId |
from(java.lang.String id)
Create an identifier from the given string
|
static ExecutionId |
generate()
Create an unique identifier from the given string
|
int |
hashCode() |
java.lang.String |
toString() |
public static ExecutionId generate()
public static ExecutionId from(java.lang.String id)
id
- the string to wrappublic java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object