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) |
String |
getFolderPath()
A path to a folder in specified storage
|
String |
getStorage()
A storage name
|
int |
hashCode() |
void |
setFolderPath(String folderPath) |
void |
setStorage(String storage) |
StorageFolderLocation |
storage(String storage) |
String |
toString() |
public StorageFolderLocation storage(String storage)
public String getStorage()
public void setStorage(String storage)
public StorageFolderLocation folderPath(String folderPath)
public String getFolderPath()
public void setFolderPath(String folderPath)
Copyright © 2020. All rights reserved.