public class DefaultP2PsecondaryPath extends org.onosproject.yang.model.InnerModelObject implements P2PsecondaryPath, org.onosproject.yang.model.MultiInstanceObject<P2PsecondaryPathKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeP2PsecondaryPath.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Config |
config |
protected Object |
name |
protected State |
state |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultP2PsecondaryPath()
Creates an instance of defaultP2PsecondaryPath.
|
| Modifier and Type | Method and Description |
|---|---|
Config |
config()
Returns the attribute config.
|
void |
config(Config config)
Sets the attribute config.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(P2PsecondaryPath.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 Config config
protected State state
public DefaultP2PsecondaryPath()
public Object name()
P2PsecondaryPathname in interface P2PsecondaryPathpublic BitSet valueLeafFlags()
P2PsecondaryPathvalueLeafFlags in interface P2PsecondaryPathpublic Config config()
P2PsecondaryPathconfig in interface P2PsecondaryPathpublic State state()
P2PsecondaryPathstate in interface P2PsecondaryPathpublic void name(Object name)
P2PsecondaryPathname in interface P2PsecondaryPathname - value of namepublic void config(Config config)
P2PsecondaryPathconfig in interface P2PsecondaryPathconfig - value of configpublic void state(State state)
P2PsecondaryPathstate in interface P2PsecondaryPathstate - value of statepublic boolean isLeafValueSet(P2PsecondaryPath.LeafIdentifier leaf)
P2PsecondaryPathisLeafValueSet in interface P2PsecondaryPathleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.