public class FileInfo extends Object
Constructor | Description |
---|---|
FileInfo() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
FileInfo |
filePath(String filePath) |
|
String |
getFilePath() |
File path in storage
|
String |
getPassword() |
Password to open file
|
String |
getStorageName() |
Storage name
|
int |
hashCode() |
|
FileInfo |
password(String password) |
|
void |
setFilePath(String filePath) |
|
void |
setPassword(String password) |
|
void |
setStorageName(String storageName) |
|
FileInfo |
storageName(String storageName) |
|
String |
toString() |
public String getFilePath()
public void setFilePath(String filePath)
public String getStorageName()
public void setStorageName(String storageName)
public String getPassword()
public void setPassword(String password)
Copyright © 2019. All rights reserved.