org.onosproject.yang.model.ModelObject.ModelObjectTypeCustom.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<ExportRt> |
exportRt |
protected List<ImportRt> |
importRt |
protected RouteDistinguisher |
rd |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultCustom()
Creates an instance of defaultCustom.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToExportRt(ExportRt addTo)
Adds to the list of exportRt.
|
void |
addToImportRt(ImportRt addTo)
Adds to the list of importRt.
|
boolean |
equals(Object obj) |
List<ExportRt> |
exportRt()
Returns the attribute exportRt.
|
void |
exportRt(List<ExportRt> exportRt)
Sets the attribute exportRt.
|
int |
hashCode() |
List<ImportRt> |
importRt()
Returns the attribute importRt.
|
void |
importRt(List<ImportRt> importRt)
Sets the attribute importRt.
|
boolean |
isLeafValueSet(Custom.LeafIdentifier leaf)
Checks if the leaf value is set.
|
RouteDistinguisher |
rd()
Returns the attribute rd.
|
void |
rd(RouteDistinguisher rd)
Sets the attribute rd.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected RouteDistinguisher rd
protected BitSet valueLeafFlags
public RouteDistinguisher rd()
Custompublic BitSet valueLeafFlags()
CustomvalueLeafFlags in interface Custompublic List<ImportRt> importRt()
Custompublic List<ExportRt> exportRt()
Custompublic void rd(RouteDistinguisher rd)
Custompublic void importRt(List<ImportRt> importRt)
Custompublic void exportRt(List<ExportRt> exportRt)
Custompublic void addToImportRt(ImportRt addTo)
CustomaddToImportRt in interface CustomaddTo - value of importRtpublic void addToExportRt(ExportRt addTo)
CustomaddToExportRt in interface CustomaddTo - value of exportRtpublic boolean isLeafValueSet(Custom.LeafIdentifier leaf)
CustomisLeafValueSet in interface Customleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.