public class DefaultIpv6LanPrefixes extends org.onosproject.yang.model.InnerModelObject implements Ipv6LanPrefixes, org.onosproject.yang.model.MultiInstanceObject<Ipv6LanPrefixesKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeIpv6LanPrefixes.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Ipv6Prefix |
lan |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultIpv6LanPrefixes()
Creates an instance of defaultIpv6LanPrefixes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Ipv6LanPrefixes.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Ipv6Prefix |
lan()
Returns the attribute lan.
|
void |
lan(Ipv6Prefix lan)
Sets the attribute lan.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Ipv6Prefix lan
protected BitSet valueLeafFlags
public DefaultIpv6LanPrefixes()
public Ipv6Prefix lan()
Ipv6LanPrefixeslan in interface Ipv6LanPrefixespublic BitSet valueLeafFlags()
Ipv6LanPrefixesvalueLeafFlags in interface Ipv6LanPrefixespublic void lan(Ipv6Prefix lan)
Ipv6LanPrefixeslan in interface Ipv6LanPrefixeslan - value of lanpublic boolean isLeafValueSet(Ipv6LanPrefixes.LeafIdentifier leaf)
Ipv6LanPrefixesisLeafValueSet in interface Ipv6LanPrefixesleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.