public class DefaultTunnelP2Mp extends org.onosproject.yang.model.InnerModelObject implements TunnelP2Mp
org.onosproject.yang.model.ModelObject.ModelObjectTypeTunnelP2Mp.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
p2MpId |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultTunnelP2Mp()
Creates an instance of defaultTunnelP2Mp.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(TunnelP2Mp.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
p2MpId()
Returns the attribute p2MpId.
|
void |
p2MpId(String p2MpId)
Sets the attribute p2MpId.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultTunnelP2Mp()
public String p2MpId()
TunnelP2Mpp2MpId in interface TunnelP2Mppublic BitSet valueLeafFlags()
TunnelP2MpvalueLeafFlags in interface TunnelP2Mppublic void p2MpId(String p2MpId)
TunnelP2Mpp2MpId in interface TunnelP2Mpp2MpId - value of p2MpIdpublic boolean isLeafValueSet(TunnelP2Mp.LeafIdentifier leaf)
TunnelP2MpisLeafValueSet in interface TunnelP2Mpleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.