public class DefaultP2PprimaryPath extends org.onosproject.yang.model.InnerModelObject implements P2PprimaryPath, org.onosproject.yang.model.MultiInstanceObject<P2PprimaryPathKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeP2PprimaryPath.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected CandidateP2PsecondaryPaths |
candidateP2PsecondaryPaths |
protected Config |
config |
protected Object |
name |
protected State |
state |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultP2PprimaryPath()
Creates an instance of defaultP2PprimaryPath.
|
| Modifier and Type | Method and Description |
|---|---|
CandidateP2PsecondaryPaths |
candidateP2PsecondaryPaths()
Returns the attribute candidateP2PsecondaryPaths.
|
void |
candidateP2PsecondaryPaths(CandidateP2PsecondaryPaths candidateP2PsecondaryPaths)
Sets the attribute candidateP2PsecondaryPaths.
|
Config |
config()
Returns the attribute config.
|
void |
config(Config config)
Sets the attribute config.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(P2PprimaryPath.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Object |
name()
Returns the attribute name.
|
void |
name(Object name)
Sets the attribute name.
|
State |
state()
Returns the attribute state.
|
void |
state(State state)
Sets the attribute state.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Object name
protected BitSet valueLeafFlags
protected CandidateP2PsecondaryPaths candidateP2PsecondaryPaths
protected Config config
protected State state
public DefaultP2PprimaryPath()
public Object name()
P2PprimaryPathname in interface P2PprimaryPathpublic BitSet valueLeafFlags()
P2PprimaryPathvalueLeafFlags in interface P2PprimaryPathpublic CandidateP2PsecondaryPaths candidateP2PsecondaryPaths()
P2PprimaryPathcandidateP2PsecondaryPaths in interface P2PprimaryPathpublic Config config()
P2PprimaryPathconfig in interface P2PprimaryPathpublic State state()
P2PprimaryPathstate in interface P2PprimaryPathpublic void name(Object name)
P2PprimaryPathname in interface P2PprimaryPathname - value of namepublic void candidateP2PsecondaryPaths(CandidateP2PsecondaryPaths candidateP2PsecondaryPaths)
P2PprimaryPathcandidateP2PsecondaryPaths in interface P2PprimaryPathcandidateP2PsecondaryPaths - value of candidateP2PsecondaryPathspublic void config(Config config)
P2PprimaryPathconfig in interface P2PprimaryPathconfig - value of configpublic void state(State state)
P2PprimaryPathstate in interface P2PprimaryPathstate - value of statepublic boolean isLeafValueSet(P2PprimaryPath.LeafIdentifier leaf)
P2PprimaryPathisLeafValueSet in interface P2PprimaryPathleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.