public class DefaultInterfaceOriginated extends org.onosproject.yang.model.InnerModelObject implements InterfaceOriginated
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeInterfaceOriginated.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
sourceInterface |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultInterfaceOriginated()
Creates an instance of defaultInterfaceOriginated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(InterfaceOriginated.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
sourceInterface()
Returns the attribute sourceInterface.
|
void |
sourceInterface(String sourceInterface)
Sets the attribute sourceInterface.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String sourceInterface
protected BitSet valueLeafFlags
public DefaultInterfaceOriginated()
public String sourceInterface()
InterfaceOriginatedsourceInterface in interface InterfaceOriginatedpublic BitSet valueLeafFlags()
InterfaceOriginatedvalueLeafFlags in interface InterfaceOriginatedpublic void sourceInterface(String sourceInterface)
InterfaceOriginatedsourceInterface in interface InterfaceOriginatedsourceInterface - value of sourceInterfacepublic boolean isLeafValueSet(InterfaceOriginated.LeafIdentifier leaf)
InterfaceOriginatedisLeafValueSet in interface InterfaceOriginatedleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.