public class DefaultTarget extends org.onosproject.yang.model.InnerModelObject implements Target, org.onosproject.yang.model.MultiInstanceObject<TargetKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeTarget.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected DataValue |
dataValue |
protected Xpath10 |
object |
protected Operation |
operation |
protected Schedules |
schedules |
protected State |
state |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultTarget()
Creates an instance of defaultTarget.
|
| Modifier and Type | Method and Description |
|---|---|
DataValue |
dataValue()
Returns the attribute dataValue.
|
void |
dataValue(DataValue dataValue)
Sets the attribute dataValue.
|
boolean |
equals(Object obj) |
int |
hashCode() |
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.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Xpath10 object
protected Operation operation
protected BitSet valueLeafFlags
protected DataValue dataValue
protected State state
protected Schedules schedules
public Xpath10 object()
Targetpublic Operation operation()
Targetpublic BitSet valueLeafFlags()
TargetvalueLeafFlags in interface Targetpublic DataValue dataValue()
Targetpublic Schedules schedules()
Targetpublic void object(Xpath10 object)
Targetpublic void operation(Operation operation)
Targetpublic void dataValue(DataValue dataValue)
Targetpublic void state(State state)
Targetpublic void schedules(Schedules schedules)
Targetpublic boolean isLeafValueSet(Target.LeafIdentifier leaf)
TargetisLeafValueSet in interface Targetleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.