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