public interface RebootOutput
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
RebootOutput.LeafIdentifier
Identify the leaf of RebootOutput.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(RebootOutput.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
language()
Returns the attribute language.
|
void |
language(String language)
Sets the attribute language.
|
String |
message()
Returns the attribute message.
|
void |
message(String message)
Sets the attribute message.
|
String |
rebootTime()
Returns the attribute rebootTime.
|
void |
rebootTime(String rebootTime)
Sets the attribute rebootTime.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String rebootTime()
String message()
String language()
BitSet valueLeafFlags()
void rebootTime(String rebootTime)
rebootTime - value of rebootTimevoid message(String message)
message - value of messagevoid language(String language)
language - value of languageboolean isLeafValueSet(RebootOutput.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.