public final class Identifier extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
getValue()
Returns the identifier value.
|
int |
hashCode() |
static Identifier |
of(Object identifier)
Creates a new
Identifier identifier for the given, non-null value. |
public static Identifier of(Object identifier)
Identifier identifier for the given, non-null value.identifier - must not be null.public Object getValue()
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.