public class HttpNfcLeaseDeviceUrl extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String |
datastoreKey |
Boolean |
disk |
Long |
fileSize |
String |
importKey |
String |
key |
String |
sslThumbprint |
String |
targetId |
String |
url |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HttpNfcLeaseDeviceUrl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatastoreKey() |
Boolean |
getDisk() |
Long |
getFileSize() |
String |
getImportKey() |
String |
getKey() |
String |
getSslThumbprint() |
String |
getTargetId() |
String |
getUrl() |
void |
setDatastoreKey(String datastoreKey) |
void |
setDisk(Boolean disk) |
void |
setFileSize(Long fileSize) |
void |
setImportKey(String importKey) |
void |
setKey(String key) |
void |
setSslThumbprint(String sslThumbprint) |
void |
setTargetId(String targetId) |
void |
setUrl(String url) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String key
public String importKey
public String url
public String sslThumbprint
public Boolean disk
public String targetId
public String datastoreKey
public Long fileSize
public String getKey()
public String getImportKey()
public String getUrl()
public String getSslThumbprint()
public Boolean getDisk()
public String getTargetId()
public String getDatastoreKey()
public Long getFileSize()
public void setKey(String key)
public void setImportKey(String importKey)
public void setUrl(String url)
public void setSslThumbprint(String sslThumbprint)
public void setDisk(Boolean disk)
public void setTargetId(String targetId)
public void setDatastoreKey(String datastoreKey)
public void setFileSize(Long fileSize)
Copyright © 2011-2012. All Rights Reserved.