public class DefaultAugmentedNdNetwork extends org.onosproject.yang.model.InnerModelObject implements AugmentedNdNetwork
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugmentedNdNetwork.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<Link> |
link |
protected LinkId |
linkId |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAugmentedNdNetwork()
Creates an instance of defaultAugmentedNdNetwork.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToLink(Link addTo)
Adds to the list of link.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(AugmentedNdNetwork.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<Link> |
link()
Returns the attribute link.
|
void |
link(List<Link> link)
Sets the attribute link.
|
LinkId |
linkId()
Returns the attribute linkId.
|
void |
linkId(LinkId linkId)
Sets the attribute linkId.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
public DefaultAugmentedNdNetwork()
public LinkId linkId()
AugmentedNdNetworklinkId in interface AugmentedNdNetworkpublic BitSet valueLeafFlags()
AugmentedNdNetworkvalueLeafFlags in interface AugmentedNdNetworkpublic List<Link> link()
AugmentedNdNetworklink in interface AugmentedNdNetworkpublic void linkId(LinkId linkId)
AugmentedNdNetworklinkId in interface AugmentedNdNetworklinkId - value of linkIdpublic void link(List<Link> link)
AugmentedNdNetworklink in interface AugmentedNdNetworklink - list of linkpublic void addToLink(Link addTo)
AugmentedNdNetworkaddToLink in interface AugmentedNdNetworkaddTo - value of linkpublic boolean isLeafValueSet(AugmentedNdNetwork.LeafIdentifier leaf)
AugmentedNdNetworkisLeafValueSet in interface AugmentedNdNetworkleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.