public interface RebootInput
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
RebootInput.LeafIdentifier
Identify the leaf of RebootInput.
|
| Modifier and Type | Method and Description |
|---|---|
String |
delay()
Returns the attribute delay.
|
void |
delay(String delay)
Sets the attribute delay.
|
boolean |
isLeafValueSet(RebootInput.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.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String delay()
String message()
String language()
BitSet valueLeafFlags()
void delay(String delay)
delay - value of delayvoid message(String message)
message - value of messagevoid language(String language)
language - value of languageboolean isLeafValueSet(RebootInput.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.