public class DefaultRebootOutput extends org.onosproject.yang.model.InnerModelObject implements RebootOutput
org.onosproject.yang.model.ModelObject.ModelObjectTypeRebootOutput.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected String |
language |
protected String |
message |
protected String |
rebootTime |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultRebootOutput()
Creates an instance of defaultRebootOutput.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
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.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String rebootTime
protected String message
protected String language
protected BitSet valueLeafFlags
public DefaultRebootOutput()
public String rebootTime()
RebootOutputrebootTime in interface RebootOutputpublic String message()
RebootOutputmessage in interface RebootOutputpublic String language()
RebootOutputlanguage in interface RebootOutputpublic BitSet valueLeafFlags()
RebootOutputvalueLeafFlags in interface RebootOutputpublic void rebootTime(String rebootTime)
RebootOutputrebootTime in interface RebootOutputrebootTime - value of rebootTimepublic void message(String message)
RebootOutputmessage in interface RebootOutputmessage - value of messagepublic void language(String language)
RebootOutputlanguage in interface RebootOutputlanguage - value of languagepublic boolean isLeafValueSet(RebootOutput.LeafIdentifier leaf)
RebootOutputisLeafValueSet in interface RebootOutputleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.