public class HttpNfcLeaseDeviceUrl extends DynamicData
Java class for HttpNfcLeaseDeviceUrl complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HttpNfcLeaseDeviceUrl">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="importKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sslThumbprint" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="disk" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="targetId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="datastoreKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fileSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
datastoreKey |
protected Boolean |
disk |
protected Long |
fileSize |
protected String |
importKey |
protected String |
key |
protected String |
sslThumbprint |
protected String |
targetId |
protected String |
url |
| Constructor and Description |
|---|
HttpNfcLeaseDeviceUrl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatastoreKey()
Gets the value of the datastoreKey property.
|
Long |
getFileSize()
Gets the value of the fileSize property.
|
String |
getImportKey()
Gets the value of the importKey property.
|
String |
getKey()
Gets the value of the key property.
|
String |
getSslThumbprint()
Gets the value of the sslThumbprint property.
|
String |
getTargetId()
Gets the value of the targetId property.
|
String |
getUrl()
Gets the value of the url property.
|
Boolean |
isDisk()
Gets the value of the disk property.
|
void |
setDatastoreKey(String value)
Sets the value of the datastoreKey property.
|
void |
setDisk(Boolean value)
Sets the value of the disk property.
|
void |
setFileSize(Long value)
Sets the value of the fileSize property.
|
void |
setImportKey(String value)
Sets the value of the importKey property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setSslThumbprint(String value)
Sets the value of the sslThumbprint property.
|
void |
setTargetId(String value)
Sets the value of the targetId property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected String key
protected String importKey
protected String url
protected String sslThumbprint
protected Boolean disk
protected String targetId
protected String datastoreKey
protected Long fileSize
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getImportKey()
Stringpublic void setImportKey(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getSslThumbprint()
Stringpublic void setSslThumbprint(String value)
value - allowed object is
Stringpublic Boolean isDisk()
Booleanpublic void setDisk(Boolean value)
value - allowed object is
Booleanpublic String getTargetId()
Stringpublic void setTargetId(String value)
value - allowed object is
Stringpublic String getDatastoreKey()
Stringpublic void setDatastoreKey(String value)
value - allowed object is
Stringpublic Long getFileSize()
LongCopyright © 2018. All rights reserved.