public class HttpNfcLeaseManifestEntry extends DynamicData
Java class for HttpNfcLeaseManifestEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HttpNfcLeaseManifestEntry">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sha1" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="disk" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="capacity" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="populatedSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
capacity |
protected boolean |
disk |
protected String |
key |
protected Long |
populatedSize |
protected String |
sha1 |
protected long |
size |
| Constructor and Description |
|---|
HttpNfcLeaseManifestEntry() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCapacity()
Gets the value of the capacity property.
|
String |
getKey()
Gets the value of the key property.
|
Long |
getPopulatedSize()
Gets the value of the populatedSize property.
|
String |
getSha1()
Gets the value of the sha1 property.
|
long |
getSize()
Gets the value of the size property.
|
boolean |
isDisk()
Gets the value of the disk property.
|
void |
setCapacity(Long value)
Sets the value of the capacity property.
|
void |
setDisk(boolean value)
Sets the value of the disk property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setPopulatedSize(Long value)
Sets the value of the populatedSize property.
|
void |
setSha1(String value)
Sets the value of the sha1 property.
|
void |
setSize(long value)
Sets the value of the size property.
|
protected String key
protected String sha1
protected long size
protected boolean disk
protected Long capacity
protected Long populatedSize
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getSha1()
Stringpublic void setSha1(String value)
value - allowed object is
Stringpublic long getSize()
public void setSize(long value)
public boolean isDisk()
public void setDisk(boolean value)
public Long getCapacity()
Longpublic void setCapacity(Long value)
value - allowed object is
Longpublic Long getPopulatedSize()
LongCopyright © 2018. All rights reserved.