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