public class DefaultIpv6Address extends org.onosproject.yang.model.InnerModelObject implements Ipv6Address
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeIpv6Address.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Ipv6Address |
v6Address |
protected short |
v6Flags |
protected short |
v6PrefixLength |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultIpv6Address()
Creates an instance of defaultIpv6Address.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Ipv6Address.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
Ipv6Address |
v6Address()
Returns the attribute v6Address.
|
void |
v6Address(Ipv6Address v6Address)
Sets the attribute v6Address.
|
short |
v6Flags()
Returns the attribute v6Flags.
|
void |
v6Flags(short v6Flags)
Sets the attribute v6Flags.
|
short |
v6PrefixLength()
Returns the attribute v6PrefixLength.
|
void |
v6PrefixLength(short v6PrefixLength)
Sets the attribute v6PrefixLength.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Ipv6Address v6Address
protected short v6PrefixLength
protected short v6Flags
protected BitSet valueLeafFlags
public DefaultIpv6Address()
public Ipv6Address v6Address()
Ipv6Addressv6Address in interface Ipv6Addresspublic short v6PrefixLength()
Ipv6Addressv6PrefixLength in interface Ipv6Addresspublic short v6Flags()
Ipv6Addressv6Flags in interface Ipv6Addresspublic BitSet valueLeafFlags()
Ipv6AddressvalueLeafFlags in interface Ipv6Addresspublic void v6Address(Ipv6Address v6Address)
Ipv6Addressv6Address in interface Ipv6Addressv6Address - value of v6Addresspublic void v6PrefixLength(short v6PrefixLength)
Ipv6Addressv6PrefixLength in interface Ipv6Addressv6PrefixLength - value of v6PrefixLengthpublic void v6Flags(short v6Flags)
Ipv6Addressv6Flags in interface Ipv6Addressv6Flags - value of v6Flagspublic boolean isLeafValueSet(Ipv6Address.LeafIdentifier leaf)
Ipv6AddressisLeafValueSet in interface Ipv6Addressleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.