@NotThreadSafe public final class MasterWebUILogs extends Object implements Serializable
Constructor and Description |
---|
MasterWebUILogs()
Creates a new instance of
MasterWebUIWorkers . |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentPath()
Gets current path.
|
boolean |
getDebug()
Gets debug.
|
String |
getFatalError()
Gets fatal error.
|
String |
getFileData()
Gets file data.
|
List<UIFileInfo> |
getFileInfos()
Gets file infos.
|
String |
getInvalidPathError()
Gets invalid path error.
|
int |
getNTotalFile()
Gets n total file.
|
long |
getViewingOffset()
Gets viewing offset.
|
MasterWebUILogs |
setCurrentPath(String currentPath)
Sets current path.
|
MasterWebUILogs |
setDebug(boolean debug)
Sets debug.
|
MasterWebUILogs |
setFatalError(String fatalError)
Sets fatal error.
|
MasterWebUILogs |
setFileData(String fileData)
Sets file data.
|
MasterWebUILogs |
setFileInfos(List<UIFileInfo> fileInfos)
Sets file infos.
|
MasterWebUILogs |
setInvalidPathError(String invalidPathError)
Sets invalid path error.
|
MasterWebUILogs |
setNTotalFile(int nTotalFile)
Sets n total file.
|
MasterWebUILogs |
setViewingOffset(long viewingOffset)
Sets viewing offset.
|
String |
toString() |
public MasterWebUILogs()
MasterWebUIWorkers
.public String getCurrentPath()
public boolean getDebug()
public String getFatalError()
public String getFileData()
public List<UIFileInfo> getFileInfos()
public String getInvalidPathError()
public int getNTotalFile()
public long getViewingOffset()
public MasterWebUILogs setCurrentPath(String currentPath)
currentPath
- the current pathpublic MasterWebUILogs setDebug(boolean debug)
debug
- the debugpublic MasterWebUILogs setFatalError(String fatalError)
fatalError
- the fatal errorpublic MasterWebUILogs setFileData(String fileData)
fileData
- the file datapublic MasterWebUILogs setFileInfos(List<UIFileInfo> fileInfos)
fileInfos
- the file infospublic MasterWebUILogs setInvalidPathError(String invalidPathError)
invalidPathError
- the invalid path errorpublic MasterWebUILogs setNTotalFile(int nTotalFile)
nTotalFile
- the n total filepublic MasterWebUILogs setViewingOffset(long viewingOffset)
viewingOffset
- the viewing offsetCopyright © 2023. All Rights Reserved.