public class NetIpStackInfoDefaultRouter extends DynamicData
Java class for NetIpStackInfoDefaultRouter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetIpStackInfoDefaultRouter">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="ipAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="device" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lifetime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="preference" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
device |
protected String |
ipAddress |
protected XMLGregorianCalendar |
lifetime |
protected String |
preference |
| Constructor and Description |
|---|
NetIpStackInfoDefaultRouter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDevice()
Gets the value of the device property.
|
String |
getIpAddress()
Gets the value of the ipAddress property.
|
XMLGregorianCalendar |
getLifetime()
Gets the value of the lifetime property.
|
String |
getPreference()
Gets the value of the preference property.
|
void |
setDevice(String value)
Sets the value of the device property.
|
void |
setIpAddress(String value)
Sets the value of the ipAddress property.
|
void |
setLifetime(XMLGregorianCalendar value)
Sets the value of the lifetime property.
|
void |
setPreference(String value)
Sets the value of the preference property.
|
protected String ipAddress
protected String device
protected XMLGregorianCalendar lifetime
protected String preference
public String getIpAddress()
Stringpublic void setIpAddress(String value)
value - allowed object is
Stringpublic String getDevice()
Stringpublic void setDevice(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLifetime()
XMLGregorianCalendarpublic void setLifetime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getPreference()
StringCopyright © 2018. All rights reserved.