public final class TeNodeId extends Object
| Constructor and Description |
|---|
TeNodeId(IpAddress ipAddress)
Creates an instance of ipAddress.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static TeNodeId |
fromString(String valInString)
Returns the object of teNodeId fromString input String teNodeId.
|
int |
hashCode() |
IpAddress |
ipAddress()
Returns the attribute ipAddress.
|
void |
ipAddress(IpAddress ipAddress)
Sets the attribute ipAddress.
|
static TeNodeId |
of(IpAddress value)
Returns the object of teNodeId for type ipAddress.
|
String |
toString() |
public TeNodeId(IpAddress ipAddress)
ipAddress - value of ipAddresspublic static TeNodeId of(IpAddress value)
value - value of teNodeId for type ipAddresspublic IpAddress ipAddress()
public void ipAddress(IpAddress ipAddress)
ipAddress - value of ipAddressCopyright © 2018. All rights reserved.