public class DefaultRequestedType extends org.onosproject.yang.model.InnerModelObject implements RequestedType
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeRequestedType.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
requestedType |
protected boolean |
strict |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultRequestedType()
Creates an instance of defaultRequestedType.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(RequestedType.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
requestedType()
Returns the attribute requestedType.
|
void |
requestedType(String requestedType)
Sets the attribute requestedType.
|
boolean |
strict()
Returns the attribute strict.
|
void |
strict(boolean strict)
Sets the attribute strict.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected String requestedType
protected boolean strict
protected BitSet valueLeafFlags
public DefaultRequestedType()
public String requestedType()
RequestedTyperequestedType in interface RequestedTypepublic boolean strict()
RequestedTypestrict in interface RequestedTypepublic BitSet valueLeafFlags()
RequestedTypevalueLeafFlags in interface RequestedTypepublic void requestedType(String requestedType)
RequestedTyperequestedType in interface RequestedTyperequestedType - value of requestedTypepublic void strict(boolean strict)
RequestedTypestrict in interface RequestedTypestrict - value of strictpublic boolean isLeafValueSet(RequestedType.LeafIdentifier leaf)
RequestedTypeisLeafValueSet in interface RequestedTypeleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.