public class FileTransferInformation extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
GuestFileAttributes |
attributes |
long |
size |
String |
url |
dynamicProperty, dynamicType| Constructor and Description |
|---|
FileTransferInformation() |
| Modifier and Type | Method and Description |
|---|---|
GuestFileAttributes |
getAttributes() |
long |
getSize() |
String |
getUrl() |
void |
setAttributes(GuestFileAttributes attributes) |
void |
setSize(long size) |
void |
setUrl(String url) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic GuestFileAttributes attributes
public long size
public String url
public GuestFileAttributes getAttributes()
public long getSize()
public String getUrl()
public void setAttributes(GuestFileAttributes attributes)
public void setSize(long size)
public void setUrl(String url)
Copyright © 2011-2012. All Rights Reserved.