public class DefaultVpn extends org.onosproject.yang.model.InnerModelObject implements Vpn
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeVpn.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends SiteRole> |
siteRole |
protected BitSet |
valueLeafFlags |
protected Object |
vpnId |
| Constructor and Description |
|---|
DefaultVpn()
Creates an instance of defaultVpn.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Vpn.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Class<? extends SiteRole> |
siteRole()
Returns the attribute siteRole.
|
void |
siteRole(Class<? extends SiteRole> siteRole)
Sets the attribute siteRole.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Object |
vpnId()
Returns the attribute vpnId.
|
void |
vpnId(Object vpnId)
Sets the attribute vpnId.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic Class<? extends SiteRole> siteRole()
Vpnpublic BitSet valueLeafFlags()
VpnvalueLeafFlags in interface Vpnpublic void vpnId(Object vpnId)
Vpnpublic void siteRole(Class<? extends SiteRole> siteRole)
Vpnpublic boolean isLeafValueSet(Vpn.LeafIdentifier leaf)
VpnisLeafValueSet in interface Vpnleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.