public class DefaultResult extends org.onosproject.yang.model.InnerModelObject implements Result, org.onosproject.yang.model.MultiInstanceObject<ResultKeys>
org.onosproject.yang.model.ModelObject.ModelObjectTypeResult.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected short |
id |
protected P2PprimaryPaths |
p2PprimaryPaths |
protected P2PsecondaryPaths |
p2PsecondaryPaths |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultResult()
Creates an instance of defaultResult.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
short |
id()
Returns the attribute id.
|
void |
id(short id)
Sets the attribute id.
|
boolean |
isLeafValueSet(Result.LeafIdentifier leaf)
Checks if the leaf value is set.
|
P2PprimaryPaths |
p2PprimaryPaths()
Returns the attribute p2PprimaryPaths.
|
void |
p2PprimaryPaths(P2PprimaryPaths p2PprimaryPaths)
Sets the attribute p2PprimaryPaths.
|
P2PsecondaryPaths |
p2PsecondaryPaths()
Returns the attribute p2PsecondaryPaths.
|
void |
p2PsecondaryPaths(P2PsecondaryPaths p2PsecondaryPaths)
Sets the attribute p2PsecondaryPaths.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected short id
protected BitSet valueLeafFlags
protected P2PprimaryPaths p2PprimaryPaths
protected P2PsecondaryPaths p2PsecondaryPaths
public short id()
Resultpublic BitSet valueLeafFlags()
ResultvalueLeafFlags in interface Resultpublic P2PprimaryPaths p2PprimaryPaths()
Resultp2PprimaryPaths in interface Resultpublic P2PsecondaryPaths p2PsecondaryPaths()
Resultp2PsecondaryPaths in interface Resultpublic void id(short id)
Resultpublic void p2PprimaryPaths(P2PprimaryPaths p2PprimaryPaths)
Resultp2PprimaryPaths in interface Resultp2PprimaryPaths - value of p2PprimaryPathspublic void p2PsecondaryPaths(P2PsecondaryPaths p2PsecondaryPaths)
Resultp2PsecondaryPaths in interface Resultp2PsecondaryPaths - value of p2PsecondaryPathspublic boolean isLeafValueSet(Result.LeafIdentifier leaf)
ResultisLeafValueSet in interface Resultleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.