public class DirectoryListing.FileItem extends Object implements JSONEnabled
Modifier and Type | Field and Description |
---|---|
(package private) ItemKind |
kind |
(package private) String |
name |
(package private) String |
path |
(package private) long |
size |
(package private) String |
type |
Modifier and Type | Method and Description |
---|---|
ItemKind |
getItemKind() |
String |
getMediaType() |
String |
getName() |
String |
getPath() |
long |
getSize() |
org.codehaus.jettison.json.JSONObject |
toJSON() |
public ItemKind getItemKind()
public long getSize()
public String getMediaType()
public org.codehaus.jettison.json.JSONObject toJSON()
toJSON
in interface JSONEnabled
Copyright © 2018. All Rights Reserved.