public class DefaultRebootInput extends org.onosproject.yang.model.InnerModelObject implements RebootInput
org.onosproject.yang.model.ModelObject.ModelObjectTypeRebootInput.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
delay |
protected String |
language |
protected String |
message |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultRebootInput()
Creates an instance of defaultRebootInput.
|
| Modifier and Type | Method and Description |
|---|---|
String |
delay()
Returns the attribute delay.
|
void |
delay(String delay)
Sets the attribute delay.
|
boolean |
equals(Object obj) |
int |
hashCode() |
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.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String delay
protected String message
protected String language
protected BitSet valueLeafFlags
public DefaultRebootInput()
public String delay()
RebootInputdelay in interface RebootInputpublic String message()
RebootInputmessage in interface RebootInputpublic String language()
RebootInputlanguage in interface RebootInputpublic BitSet valueLeafFlags()
RebootInputvalueLeafFlags in interface RebootInputpublic void delay(String delay)
RebootInputdelay in interface RebootInputdelay - value of delaypublic void message(String message)
RebootInputmessage in interface RebootInputmessage - value of messagepublic void language(String language)
RebootInputlanguage in interface RebootInputlanguage - value of languagepublic boolean isLeafValueSet(RebootInput.LeafIdentifier leaf)
RebootInputisLeafValueSet in interface RebootInputleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.