public static class Description.FileSystem extends Object
| Constructor and Description |
|---|
Description.FileSystem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
String |
getRoot() |
long |
getSize() |
String |
getType() |
boolean |
isReadOnly() |
void |
setName(String name) |
void |
setReadOnly(boolean readOnly) |
void |
setRoot(String root) |
void |
setSize(long size) |
void |
setType(String type) |
public String getName()
public void setName(String name)
public String getRoot()
public void setRoot(String root)
public String getType()
public void setType(String type)
public long getSize()
public void setSize(long size)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
Copyright © 2015. All Rights Reserved.