public class ReportedDevice extends BaseResource
Java class for ReportedDevice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportedDevice"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element ref="{}mac" minOccurs="0"/> <element ref="{}ips" minOccurs="0"/> <element ref="{}vm" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
ReportedDevice() |
Modifier and Type | Method and Description |
---|---|
IPs |
getIps()
Gets the value of the ips property.
|
MAC |
getMac()
Gets the value of the mac property.
|
String |
getType()
Gets the value of the type property.
|
VM |
getVm()
Gets the value of the vm property.
|
boolean |
isSetIps() |
boolean |
isSetMac() |
boolean |
isSetType() |
boolean |
isSetVm() |
void |
setIps(IPs value)
Sets the value of the ips property.
|
void |
setMac(MAC value)
Sets the value of the mac property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setVm(VM value)
Sets the value of the vm property.
|
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 getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public void setMac(MAC value)
value
- allowed object is
MAC
public boolean isSetMac()
public void setIps(IPs value)
value
- allowed object is
IPs
public boolean isSetIps()
public void setVm(VM value)
value
- allowed object is
VM
public boolean isSetVm()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0