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