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