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)
Set fileName and return this.
|
String |
getFileName()
A file name in storage
|
int |
hashCode() |
void |
setFileName(String fileName)
Set fileName.
|
String |
toString() |
folderPath, getFolderPath, getStorage, setFolderPath, setStorage, storage
public StorageFileLocation fileName(String fileName)
fileName
- A file name in storagepublic String getFileName()
public void setFileName(String fileName)
fileName
- A file name in storagepublic boolean equals(Object o)
equals
in class StorageFolderLocation
public int hashCode()
hashCode
in class StorageFolderLocation
public String toString()
toString
in class StorageFolderLocation
Copyright © 2020. All rights reserved.