public class UserNotFound extends VimFault
Java class for UserNotFound complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserNotFound">
<complexContent>
<extension base="{urn:vim25}VimFault">
<sequence>
<element name="principal" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="unresolved" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
principal |
protected boolean |
unresolved |
faultCause, faultMessage| Constructor and Description |
|---|
UserNotFound() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrincipal()
Gets the value of the principal property.
|
boolean |
isUnresolved()
Gets the value of the unresolved property.
|
void |
setPrincipal(String value)
Sets the value of the principal property.
|
void |
setUnresolved(boolean value)
Sets the value of the unresolved property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String principal
protected boolean unresolved
public String getPrincipal()
Stringpublic void setPrincipal(String value)
value - allowed object is
Stringpublic boolean isUnresolved()
public void setUnresolved(boolean value)
Copyright © 2018. All rights reserved.