public class StorageFileLocation extends StorageFolderLocation
Constructor and Description |
---|
StorageFileLocation() |
StorageFileLocation(String storage,
String folderPath,
String fileName)
Initializes a new instance of the StorageFileLocation
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
StorageFileLocation |
fileName(String fileName) |
String |
getFileName()
A file name in storage
|
int |
hashCode() |
void |
setFileName(String fileName) |
String |
toString() |
folderPath, getFolderPath, getStorage, setFolderPath, setStorage, storage
public StorageFileLocation fileName(String fileName)
public String getFileName()
public void setFileName(String fileName)
public boolean equals(Object o)
equals
in class StorageFolderLocation
public int hashCode()
hashCode
in class StorageFolderLocation
public String toString()
toString
in class StorageFolderLocation
Copyright © 2019. All rights reserved.