public class ToolsConfigInfoToolsLastInstallInfo extends DynamicData
Java class for ToolsConfigInfoToolsLastInstallInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ToolsConfigInfoToolsLastInstallInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="counter" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="fault" type="{urn:vim25}LocalizedMethodFault" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
counter |
protected LocalizedMethodFault |
fault |
| Constructor and Description |
|---|
ToolsConfigInfoToolsLastInstallInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCounter()
Gets the value of the counter property.
|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
void |
setCounter(int value)
Sets the value of the counter property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
protected int counter
protected LocalizedMethodFault fault
public int getCounter()
public void setCounter(int value)
public LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.