public class CryptoKeyResult extends DynamicData
Java class for CryptoKeyResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CryptoKeyResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="keyId" type="{urn:vim25}CryptoKeyId"/>
<element name="success" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CryptoKeyId |
keyId |
protected String |
reason |
protected boolean |
success |
| Constructor and Description |
|---|
CryptoKeyResult() |
| Modifier and Type | Method and Description |
|---|---|
CryptoKeyId |
getKeyId()
Gets the value of the keyId property.
|
String |
getReason()
Gets the value of the reason property.
|
boolean |
isSuccess()
Gets the value of the success property.
|
void |
setKeyId(CryptoKeyId value)
Sets the value of the keyId property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
void |
setSuccess(boolean value)
Sets the value of the success property.
|
protected CryptoKeyId keyId
protected boolean success
protected String reason
public CryptoKeyId getKeyId()
CryptoKeyIdpublic void setKeyId(CryptoKeyId value)
value - allowed object is
CryptoKeyIdpublic boolean isSuccess()
public void setSuccess(boolean value)
public String getReason()
StringCopyright © 2018. All rights reserved.