public class Ipv6Address extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static List<String> |
PATTERN_CONSTANTS |
Constructor and Description |
---|
Ipv6Address(Ipv6Address source)
Creates a copy from Source Object.
|
Ipv6Address(String _value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Ipv6Address |
getDefaultInstance(String defaultValue) |
String |
getValue() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="value") public Ipv6Address(String _value)
public Ipv6Address(Ipv6Address source)
source
- Source objectpublic static Ipv6Address getDefaultInstance(String defaultValue)
public String getValue()
Copyright © 2019 OpenDaylight. All rights reserved.