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