public class DefaultDot1q extends org.onosproject.yang.model.InnerModelObject implements Dot1q
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeDot1q.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
physicalIf |
protected BitSet |
valueLeafFlags |
protected int |
vlanId |
| Constructor and Description |
|---|
DefaultDot1q()
Creates an instance of defaultDot1q.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Dot1q.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
physicalIf()
Returns the attribute physicalIf.
|
void |
physicalIf(String physicalIf)
Sets the attribute physicalIf.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
int |
vlanId()
Returns the attribute vlanId.
|
void |
vlanId(int vlanId)
Sets the attribute vlanId.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String physicalIf
protected int vlanId
protected BitSet valueLeafFlags
public String physicalIf()
Dot1qphysicalIf in interface Dot1qpublic int vlanId()
Dot1qpublic BitSet valueLeafFlags()
Dot1qvalueLeafFlags in interface Dot1qpublic void physicalIf(String physicalIf)
Dot1qphysicalIf in interface Dot1qphysicalIf - value of physicalIfpublic void vlanId(int vlanId)
Dot1qpublic boolean isLeafValueSet(Dot1q.LeafIdentifier leaf)
Dot1qisLeafValueSet in interface Dot1qleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.