public class DefaultRouteTargetExtendedCommunity extends org.onosproject.yang.model.InnerModelObject implements RouteTargetExtendedCommunity
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeRouteTargetExtendedCommunity.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected ShortAsNumber |
globalAdministrator |
protected long |
localAdministrator |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultRouteTargetExtendedCommunity()
Creates an instance of defaultRouteTargetExtendedCommunity.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ShortAsNumber |
globalAdministrator()
Returns the attribute globalAdministrator.
|
void |
globalAdministrator(ShortAsNumber globalAdministrator)
Sets the attribute globalAdministrator.
|
int |
hashCode() |
boolean |
isLeafValueSet(RouteTargetExtendedCommunity.LeafIdentifier leaf)
Checks if the leaf value is set.
|
long |
localAdministrator()
Returns the attribute localAdministrator.
|
void |
localAdministrator(long localAdministrator)
Sets the attribute localAdministrator.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected ShortAsNumber globalAdministrator
protected long localAdministrator
protected BitSet valueLeafFlags
public DefaultRouteTargetExtendedCommunity()
public ShortAsNumber globalAdministrator()
RouteTargetExtendedCommunityglobalAdministrator in interface RouteTargetExtendedCommunitypublic long localAdministrator()
RouteTargetExtendedCommunitylocalAdministrator in interface RouteTargetExtendedCommunitypublic BitSet valueLeafFlags()
RouteTargetExtendedCommunityvalueLeafFlags in interface RouteTargetExtendedCommunitypublic void globalAdministrator(ShortAsNumber globalAdministrator)
RouteTargetExtendedCommunityglobalAdministrator in interface RouteTargetExtendedCommunityglobalAdministrator - value of globalAdministratorpublic void localAdministrator(long localAdministrator)
RouteTargetExtendedCommunitylocalAdministrator in interface RouteTargetExtendedCommunitylocalAdministrator - value of localAdministratorpublic boolean isLeafValueSet(RouteTargetExtendedCommunity.LeafIdentifier leaf)
RouteTargetExtendedCommunityisLeafValueSet in interface RouteTargetExtendedCommunityleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.