public final class NodeId extends Object
| Constructor and Description |
|---|
NodeId(Uri uri)
Creates an instance of uri.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static NodeId |
fromString(String valInString)
Returns the object of nodeId fromString input String nodeId.
|
int |
hashCode() |
static NodeId |
of(Uri value)
Returns the object of nodeId for type uri.
|
String |
toString() |
Uri |
uri()
Returns the attribute uri.
|
void |
uri(Uri uri)
Sets the attribute uri.
|
public NodeId(Uri uri)
uri - value of uripublic static NodeId of(Uri value)
value - value of nodeId for type uripublic Uri uri()
public void uri(Uri uri)
uri - value of uriCopyright © 2017. All rights reserved.