public final class TaskId extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static TaskId |
generate() |
String |
getValue()
Get the string value of the task ID
|
int |
hashCode() |
static TaskId |
of(String value) |
String |
toString() |
@CheckReturnValue public static TaskId of(String value)
@CheckReturnValue public static TaskId generate()
@CheckReturnValue public String getValue()
Copyright © 2017 Grakn Labs Ltd. All rights reserved.