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, setVm
getComment, getCreationStatus, getDescription, getHref, getId, getLinks, getName, isSetComment, isSetCreationStatus, isSetDescription, isSetHref, isSetId, isSetLinks, isSetName, setComment, setCreationStatus, setDescription, setHref, setId, setName, unsetLinks
getActions, isSetActions, setActions
public String getModel()
String
public void setModel(String value)
value
- allowed object is
String
public boolean isSetModel()
public String getAction()
String
public void setAction(String value)
value
- allowed object is
String
public boolean isSetAction()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0