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