public static class FileServiceMXBean.MetaData
extends java.lang.Object
Constructor and Description |
---|
FileServiceMXBean.MetaData(java.lang.Boolean directory,
java.util.Date lastModified,
java.lang.Long size,
java.lang.Boolean readOnly,
java.lang.String fileName) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getDirectory()
Boolean value indicating whether or not the entity is a directory.
|
java.lang.String |
getFileName() |
java.util.Date |
getLastModified() |
java.lang.Boolean |
getReadOnly()
Boolean value indicating whether or not the entity is read-only.
|
java.lang.Long |
getSize() |
@ConstructorProperties(value={"directory","lastModified","size","readOnly","fileName"}) public FileServiceMXBean.MetaData(java.lang.Boolean directory, java.util.Date lastModified, java.lang.Long size, java.lang.Boolean readOnly, java.lang.String fileName)
public java.lang.Boolean getDirectory()
true
if the entity is a directory, false
otherwise.public java.util.Date getLastModified()
public java.lang.Long getSize()
public java.lang.Boolean getReadOnly()
true
if the entity is read-only, false
otherwise.public java.lang.String getFileName()