public class DefaultExportRt extends org.onosproject.yang.model.InnerModelObject implements ExportRt, org.onosproject.yang.model.MultiInstanceObject<ExportRtKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeExportRt.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
exrtId |
protected ExtendedCommunity |
extendedCommunity |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultExportRt()
Creates an instance of defaultExportRt.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
exrtId()
Returns the attribute exrtId.
|
void |
exrtId(String exrtId)
Sets the attribute exrtId.
|
ExtendedCommunity |
extendedCommunity()
Returns the attribute extendedCommunity.
|
void |
extendedCommunity(ExtendedCommunity extendedCommunity)
Sets the attribute extendedCommunity.
|
int |
hashCode() |
boolean |
isLeafValueSet(ExportRt.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String exrtId
protected BitSet valueLeafFlags
protected ExtendedCommunity extendedCommunity
public String exrtId()
ExportRtpublic BitSet valueLeafFlags()
ExportRtvalueLeafFlags in interface ExportRtpublic ExtendedCommunity extendedCommunity()
ExportRtextendedCommunity in interface ExportRtpublic void exrtId(String exrtId)
ExportRtpublic void extendedCommunity(ExtendedCommunity extendedCommunity)
ExportRtextendedCommunity in interface ExportRtextendedCommunity - value of extendedCommunitypublic boolean isLeafValueSet(ExportRt.LeafIdentifier leaf)
ExportRtisLeafValueSet in interface ExportRtleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.