public class MismatchedBundle extends VimFault
Java class for MismatchedBundle complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MismatchedBundle">
<complexContent>
<extension base="{urn:vim25}VimFault">
<sequence>
<element name="bundleUuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="hostUuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="bundleBuildNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="hostBuildNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
bundleBuildNumber |
protected String |
bundleUuid |
protected int |
hostBuildNumber |
protected String |
hostUuid |
faultCause, faultMessage| Constructor and Description |
|---|
MismatchedBundle() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBundleBuildNumber()
Gets the value of the bundleBuildNumber property.
|
String |
getBundleUuid()
Gets the value of the bundleUuid property.
|
int |
getHostBuildNumber()
Gets the value of the hostBuildNumber property.
|
String |
getHostUuid()
Gets the value of the hostUuid property.
|
void |
setBundleBuildNumber(int value)
Sets the value of the bundleBuildNumber property.
|
void |
setBundleUuid(String value)
Sets the value of the bundleUuid property.
|
void |
setHostBuildNumber(int value)
Sets the value of the hostBuildNumber property.
|
void |
setHostUuid(String value)
Sets the value of the hostUuid property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String bundleUuid
protected String hostUuid
protected int bundleBuildNumber
protected int hostBuildNumber
public String getBundleUuid()
Stringpublic void setBundleUuid(String value)
value - allowed object is
Stringpublic String getHostUuid()
Stringpublic void setHostUuid(String value)
value - allowed object is
Stringpublic int getBundleBuildNumber()
public void setBundleBuildNumber(int value)
public int getHostBuildNumber()
public void setHostBuildNumber(int value)
Copyright © 2018. All rights reserved.