public interface YangPatchStatus
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
YangPatchStatus.LeafIdentifier
Identify the leaf of YangPatchStatus.
|
| Modifier and Type | Method and Description |
|---|---|
EditStatus |
editStatus()
Returns the attribute editStatus.
|
void |
editStatus(EditStatus editStatus)
Sets the attribute editStatus.
|
GlobalStatus |
globalStatus()
Returns the attribute globalStatus.
|
void |
globalStatus(GlobalStatus globalStatus)
Sets the attribute globalStatus.
|
boolean |
isLeafValueSet(YangPatchStatus.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
patchId()
Returns the attribute patchId.
|
void |
patchId(String patchId)
Sets the attribute patchId.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String patchId()
BitSet valueLeafFlags()
GlobalStatus globalStatus()
EditStatus editStatus()
void patchId(String patchId)
patchId - value of patchIdvoid globalStatus(GlobalStatus globalStatus)
globalStatus - value of globalStatusvoid editStatus(EditStatus editStatus)
editStatus - value of editStatusboolean isLeafValueSet(YangPatchStatus.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.