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