public interface Target
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Target.LeafIdentifier
Identify the leaf of Target.
|
| Modifier and Type | Method and Description |
|---|---|
DataValue |
dataValue()
Returns the attribute dataValue.
|
void |
dataValue(DataValue dataValue)
Sets the attribute dataValue.
|
boolean |
isLeafValueSet(Target.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Xpath10 |
object()
Returns the attribute object.
|
void |
object(Xpath10 object)
Sets the attribute object.
|
Operation |
operation()
Returns the attribute operation.
|
void |
operation(Operation operation)
Sets the attribute operation.
|
Schedules |
schedules()
Returns the attribute schedules.
|
void |
schedules(Schedules schedules)
Sets the attribute schedules.
|
State |
state()
Returns the attribute state.
|
void |
state(State state)
Sets the attribute state.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Xpath10 object()
Operation operation()
BitSet valueLeafFlags()
DataValue dataValue()
State state()
Schedules schedules()
void object(Xpath10 object)
object - value of objectvoid operation(Operation operation)
operation - value of operationvoid dataValue(DataValue dataValue)
dataValue - value of dataValuevoid state(State state)
state - value of statevoid schedules(Schedules schedules)
schedules - value of schedulesboolean isLeafValueSet(Target.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.