public class DefaultVpnPolicyId extends org.onosproject.yang.model.InnerModelObject implements VpnPolicyId
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeVpnPolicyId.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected BitSet |
valueLeafFlags |
protected Object |
vpnPolicyId |
| Constructor and Description |
|---|
DefaultVpnPolicyId()
Creates an instance of defaultVpnPolicyId.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(VpnPolicyId.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Object |
vpnPolicyId()
Returns the attribute vpnPolicyId.
|
void |
vpnPolicyId(Object vpnPolicyId)
Sets the attribute vpnPolicyId.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Object vpnPolicyId
protected BitSet valueLeafFlags
public DefaultVpnPolicyId()
public Object vpnPolicyId()
VpnPolicyIdvpnPolicyId in interface VpnPolicyIdpublic BitSet valueLeafFlags()
VpnPolicyIdvalueLeafFlags in interface VpnPolicyIdpublic void vpnPolicyId(Object vpnPolicyId)
VpnPolicyIdvpnPolicyId in interface VpnPolicyIdvpnPolicyId - value of vpnPolicyIdpublic boolean isLeafValueSet(VpnPolicyId.LeafIdentifier leaf)
VpnPolicyIdisLeafValueSet in interface VpnPolicyIdleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.