public class DefaultVpnTarget extends org.onosproject.yang.model.InnerModelObject implements VpnTarget, org.onosproject.yang.model.MultiInstanceObject<VpnTargetKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeVpnTarget.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected RouteTarget |
routeTarget |
protected RouteTargetType |
routeTargetType |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultVpnTarget()
Creates an instance of defaultVpnTarget.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(VpnTarget.LeafIdentifier leaf)
Checks if the leaf value is set.
|
RouteTarget |
routeTarget()
Returns the attribute routeTarget.
|
void |
routeTarget(RouteTarget routeTarget)
Sets the attribute routeTarget.
|
RouteTargetType |
routeTargetType()
Returns the attribute routeTargetType.
|
void |
routeTargetType(RouteTargetType routeTargetType)
Sets the attribute routeTargetType.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected RouteTarget routeTarget
protected RouteTargetType routeTargetType
protected BitSet valueLeafFlags
public DefaultVpnTarget()
public RouteTarget routeTarget()
VpnTargetrouteTarget in interface VpnTargetpublic RouteTargetType routeTargetType()
VpnTargetrouteTargetType in interface VpnTargetpublic BitSet valueLeafFlags()
VpnTargetvalueLeafFlags in interface VpnTargetpublic void routeTarget(RouteTarget routeTarget)
VpnTargetrouteTarget in interface VpnTargetrouteTarget - value of routeTargetpublic void routeTargetType(RouteTargetType routeTargetType)
VpnTargetrouteTargetType in interface VpnTargetrouteTargetType - value of routeTargetTypepublic boolean isLeafValueSet(VpnTarget.LeafIdentifier leaf)
VpnTargetisLeafValueSet in interface VpnTargetleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.