public class DefaultImportRt extends org.onosproject.yang.model.InnerModelObject implements ImportRt, org.onosproject.yang.model.MultiInstanceObject<ImportRtKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeImportRt.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected ExtendedCommunity |
extendedCommunity |
protected String |
imrtId |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultImportRt()
Creates an instance of defaultImportRt.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ExtendedCommunity |
extendedCommunity()
Returns the attribute extendedCommunity.
|
void |
extendedCommunity(ExtendedCommunity extendedCommunity)
Sets the attribute extendedCommunity.
|
int |
hashCode() |
String |
imrtId()
Returns the attribute imrtId.
|
void |
imrtId(String imrtId)
Sets the attribute imrtId.
|
boolean |
isLeafValueSet(ImportRt.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected String imrtId
protected BitSet valueLeafFlags
protected ExtendedCommunity extendedCommunity
public String imrtId()
ImportRtpublic BitSet valueLeafFlags()
ImportRtvalueLeafFlags in interface ImportRtpublic ExtendedCommunity extendedCommunity()
ImportRtextendedCommunity in interface ImportRtpublic void imrtId(String imrtId)
ImportRtpublic void extendedCommunity(ExtendedCommunity extendedCommunity)
ImportRtextendedCommunity in interface ImportRtextendedCommunity - value of extendedCommunitypublic boolean isLeafValueSet(ImportRt.LeafIdentifier leaf)
ImportRtisLeafValueSet in interface ImportRtleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.