public class DefaultAvailability extends org.onosproject.yang.model.InnerModelObject implements Availability
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAvailability.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected long |
accessPriority |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAvailability()
Creates an instance of defaultAvailability.
|
| Modifier and Type | Method and Description |
|---|---|
long |
accessPriority()
Returns the attribute accessPriority.
|
void |
accessPriority(long accessPriority)
Sets the attribute accessPriority.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Availability.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected long accessPriority
protected BitSet valueLeafFlags
public DefaultAvailability()
public long accessPriority()
AvailabilityaccessPriority in interface Availabilitypublic BitSet valueLeafFlags()
AvailabilityvalueLeafFlags in interface Availabilitypublic void accessPriority(long accessPriority)
AvailabilityaccessPriority in interface AvailabilityaccessPriority - value of accessPrioritypublic boolean isLeafValueSet(Availability.LeafIdentifier leaf)
AvailabilityisLeafValueSet in interface Availabilityleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.