public class WatchDog extends BaseDevice
Java class for WatchDog complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WatchDog">
<complexContent>
<extension base="{}BaseDevice">
<sequence>
<element name="model" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
WatchDog() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets the value of the action property.
|
String |
getModel()
Gets the value of the model property.
|
boolean |
isSetAction() |
boolean |
isSetModel() |
void |
setAction(String value)
Sets the value of the action property.
|
void |
setModel(String value)
Sets the value of the model property.
|
getTemplate, getVm, isSetTemplate, isSetVm, setTemplate, setVmgetComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinksgetActions, isSetActions, setActionspublic String getModel()
Stringpublic void setModel(String value)
value - allowed object is
Stringpublic boolean isSetModel()
public String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic boolean isSetAction()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0