public class HttpNfcLeaseManifestEntry extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
Long |
capacity |
boolean |
disk |
String |
key |
Long |
populatedSize |
String |
sha1 |
long |
size |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HttpNfcLeaseManifestEntry() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCapacity() |
String |
getKey() |
Long |
getPopulatedSize() |
String |
getSha1() |
long |
getSize() |
boolean |
isDisk() |
void |
setCapacity(Long capacity) |
void |
setDisk(boolean disk) |
void |
setKey(String key) |
void |
setPopulatedSize(Long populatedSize) |
void |
setSha1(String sha1) |
void |
setSize(long size) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String key
public String sha1
public long size
public boolean disk
public Long capacity
public Long populatedSize
public String getKey()
public String getSha1()
public long getSize()
public boolean isDisk()
public Long getCapacity()
public Long getPopulatedSize()
public void setKey(String key)
public void setSha1(String sha1)
public void setSize(long size)
public void setDisk(boolean disk)
public void setCapacity(Long capacity)
public void setPopulatedSize(Long populatedSize)
Copyright © 2011-2012. All Rights Reserved.