public class ExternalDiscoveredHost extends BaseResource
Java class for ExternalDiscoveredHost complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalDiscoveredHost"> <complexContent> <extension base="{}BaseResource"> <sequence> <element name="ip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="mac" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="subnet_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="last_report" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{}external_host_provider" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
ExternalDiscoveredHost() |
Modifier and Type | Method and Description |
---|---|
ExternalHostProvider |
getExternalHostProvider()
Gets the value of the externalHostProvider property.
|
String |
getIp()
Gets the value of the ip property.
|
String |
getLastReport()
Gets the value of the lastReport property.
|
String |
getMac()
Gets the value of the mac property.
|
String |
getSubnetName()
Gets the value of the subnetName property.
|
boolean |
isSetExternalHostProvider() |
boolean |
isSetIp() |
boolean |
isSetLastReport() |
boolean |
isSetMac() |
boolean |
isSetSubnetName() |
void |
setExternalHostProvider(ExternalHostProvider value)
Sets the value of the externalHostProvider property.
|
void |
setIp(String value)
Sets the value of the ip property.
|
void |
setLastReport(String value)
Sets the value of the lastReport property.
|
void |
setMac(String value)
Sets the value of the mac property.
|
void |
setSubnetName(String value)
Sets the value of the subnetName 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 void setIp(String value)
value
- allowed object is
String
public boolean isSetIp()
public void setMac(String value)
value
- allowed object is
String
public boolean isSetMac()
public String getSubnetName()
String
public void setSubnetName(String value)
value
- allowed object is
String
public boolean isSetSubnetName()
public String getLastReport()
String
public void setLastReport(String value)
value
- allowed object is
String
public boolean isSetLastReport()
public ExternalHostProvider getExternalHostProvider()
ExternalHostProvider
public void setExternalHostProvider(ExternalHostProvider value)
value
- allowed object is
ExternalHostProvider
public boolean isSetExternalHostProvider()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0