public class StorageFolderLocation extends Object
Constructor and Description |
---|
StorageFolderLocation() |
StorageFolderLocation(String storage,
String folderPath)
Initializes a new instance of the StorageFolderLocation
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
StorageFolderLocation |
folderPath(String folderPath)
Set folderPath and return this.
|
String |
getFolderPath()
A path to a folder in specified storage
|
String |
getStorage()
A storage name
|
int |
hashCode() |
void |
setFolderPath(String folderPath)
Set folderPath.
|
void |
setStorage(String storage)
Set storage.
|
StorageFolderLocation |
storage(String storage)
Set storage and return this.
|
String |
toString() |
public StorageFolderLocation storage(String storage)
storage
- A storage namepublic String getStorage()
public void setStorage(String storage)
storage
- A storage namepublic StorageFolderLocation folderPath(String folderPath)
folderPath
- A path to a folder in specified storagepublic String getFolderPath()
public void setFolderPath(String folderPath)
folderPath
- A path to a folder in specified storageCopyright © 2020. All rights reserved.