public class ReportedDeviceContainer extends IdentifiedContainer implements ReportedDevice
Constructor and Description |
---|
ReportedDeviceContainer() |
Modifier and Type | Method and Description |
---|---|
List<Ip> |
ips() |
void |
ips(List<Ip> newIps) |
boolean |
ipsPresent() |
Mac |
mac() |
void |
mac(Mac newMac) |
boolean |
macPresent() |
ReportedDeviceType |
type() |
void |
type(ReportedDeviceType newType) |
boolean |
typePresent() |
Vm |
vm() |
void |
vm(Vm newVm) |
boolean |
vmPresent() |
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public List<Ip> ips()
ips
in interface ReportedDevice
public boolean ipsPresent()
ipsPresent
in interface ReportedDevice
public Mac mac()
mac
in interface ReportedDevice
public void mac(Mac newMac)
public boolean macPresent()
macPresent
in interface ReportedDevice
public ReportedDeviceType type()
type
in interface ReportedDevice
public void type(ReportedDeviceType newType)
public boolean typePresent()
typePresent
in interface ReportedDevice
public Vm vm()
vm
in interface ReportedDevice
public void vm(Vm newVm)
public boolean vmPresent()
vmPresent
in interface ReportedDevice
Copyright © 2016. All rights reserved.