public static interface File.FilePropertiesType
Modifier and Type | Method and Description |
---|---|
static File.FilePropertiesType |
create() |
double |
getLastModified() |
java.lang.String |
getType() |
void |
setLastModified(double lastModified) |
void |
setType(java.lang.String type) |
static File.FilePropertiesType create()
double getLastModified()
java.lang.String getType()
void setLastModified(double lastModified)
void setType(java.lang.String type)