public class GuestFileInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
GuestFileAttributes |
attributes |
String |
path |
long |
size |
String |
type |
dynamicProperty, dynamicType| Constructor and Description |
|---|
GuestFileInfo() |
| Modifier and Type | Method and Description |
|---|---|
GuestFileAttributes |
getAttributes() |
String |
getPath() |
long |
getSize() |
String |
getType() |
void |
setAttributes(GuestFileAttributes attributes) |
void |
setPath(String path) |
void |
setSize(long size) |
void |
setType(String type) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String path
public String type
public long size
public GuestFileAttributes attributes
public String getPath()
public String getType()
public long getSize()
public GuestFileAttributes getAttributes()
public void setPath(String path)
public void setType(String type)
public void setSize(long size)
public void setAttributes(GuestFileAttributes attributes)
Copyright © 2011-2012. All Rights Reserved.