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, unsetLinksgetActions, isSetActions, setActionspublic void setIp(String value)
value - allowed object is
Stringpublic boolean isSetIp()
public String getMac()
Stringpublic void setMac(String value)
value - allowed object is
Stringpublic boolean isSetMac()
public String getSubnetName()
Stringpublic void setSubnetName(String value)
value - allowed object is
Stringpublic boolean isSetSubnetName()
public String getLastReport()
Stringpublic void setLastReport(String value)
value - allowed object is
Stringpublic boolean isSetLastReport()
public ExternalHostProvider getExternalHostProvider()
ExternalHostProviderpublic void setExternalHostProvider(ExternalHostProvider value)
value - allowed object is
ExternalHostProviderpublic boolean isSetExternalHostProvider()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0