public class InstanceIpv6Address extends Object implements Serializable
Constructor and Description |
---|
InstanceIpv6Address() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getIpv6Address()
The IPv6 address.
|
int |
hashCode() |
void |
setIpv6Address(String ipv6Address)
The IPv6 address.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public void setIpv6Address(String ipv6Address)
The IPv6 address.
ipv6Address
- The IPv6 address.public String getIpv6Address()
The IPv6 address.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.