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