public class OvfConsumerFault extends OvfConsumerCallbackFault
Java class for OvfConsumerFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfConsumerFault">
<complexContent>
<extension base="{urn:vim25}OvfConsumerCallbackFault">
<sequence>
<element name="errorKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="params" type="{urn:vim25}KeyValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorKey |
protected String |
message |
protected List<KeyValue> |
params |
extensionKey, extensionNamefaultCause, faultMessage| Constructor and Description |
|---|
OvfConsumerFault() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorKey()
Gets the value of the errorKey property.
|
String |
getMessage()
Gets the value of the message property.
|
List<KeyValue> |
getParams()
Gets the value of the params property.
|
void |
setErrorKey(String value)
Sets the value of the errorKey property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
getExtensionKey, getExtensionName, setExtensionKey, setExtensionNamegetFaultCause, getFaultMessage, setFaultCausepublic String getErrorKey()
Stringpublic void setErrorKey(String value)
value - allowed object is
Stringpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic List<KeyValue> getParams()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the params property.
For example, to add a new item, do as follows:
getParams().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValue
Copyright © 2018. All rights reserved.