public class DefaultRequestedTypeProfile extends org.onosproject.yang.model.InnerModelObject implements RequestedTypeProfile
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeRequestedTypeProfile.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
circuitId |
protected RequestedTypeChoice |
requestedTypeChoice |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultRequestedTypeProfile()
Creates an instance of defaultRequestedTypeProfile.
|
| Modifier and Type | Method and Description |
|---|---|
String |
circuitId()
Returns the attribute circuitId.
|
void |
circuitId(String circuitId)
Sets the attribute circuitId.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(RequestedTypeProfile.LeafIdentifier leaf)
Checks if the leaf value is set.
|
RequestedTypeChoice |
requestedTypeChoice()
Returns the attribute requestedTypeChoice.
|
void |
requestedTypeChoice(RequestedTypeChoice requestedTypeChoice)
Sets the attribute requestedTypeChoice.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String circuitId
protected BitSet valueLeafFlags
protected RequestedTypeChoice requestedTypeChoice
public DefaultRequestedTypeProfile()
public String circuitId()
RequestedTypeProfilecircuitId in interface RequestedTypeProfilepublic BitSet valueLeafFlags()
RequestedTypeProfilevalueLeafFlags in interface RequestedTypeProfilepublic RequestedTypeChoice requestedTypeChoice()
RequestedTypeProfilerequestedTypeChoice in interface RequestedTypeProfilepublic void circuitId(String circuitId)
RequestedTypeProfilecircuitId in interface RequestedTypeProfilecircuitId - value of circuitIdpublic void requestedTypeChoice(RequestedTypeChoice requestedTypeChoice)
RequestedTypeProfilerequestedTypeChoice in interface RequestedTypeProfilerequestedTypeChoice - value of requestedTypeChoicepublic boolean isLeafValueSet(RequestedTypeProfile.LeafIdentifier leaf)
RequestedTypeProfileisLeafValueSet in interface RequestedTypeProfileleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.