public final class RouterId extends Object
| Constructor and Description |
|---|
RouterId(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 RouterId |
fromString(String valInString)
Returns the object of routerId fromString input String routerId.
|
int |
hashCode() |
static RouterId |
of(DottedQuad value)
Returns the object of routerId for type dottedQuad.
|
String |
toString() |
public RouterId(DottedQuad dottedQuad)
dottedQuad - value of dottedQuadpublic static RouterId of(DottedQuad value)
value - value of routerId for type dottedQuadpublic DottedQuad dottedQuad()
public void dottedQuad(DottedQuad dottedQuad)
dottedQuad - value of dottedQuadCopyright © 2018. All rights reserved.