@NotThreadSafe public final class MasterWebUIBrowse extends Object implements Serializable
Constructor and Description |
---|
MasterWebUIBrowse()
Creates a new instance of
MasterWebUIBrowse . |
Modifier and Type | Method and Description |
---|---|
String |
getAccessControlException()
Gets access control exception.
|
String |
getBlockSizeBytes()
Gets block size bytes.
|
UIFileInfo |
getCurrentDirectory()
Gets current directory.
|
String |
getCurrentPath()
Gets current path.
|
boolean |
getDebug()
Gets debug.
|
String |
getFatalError()
Gets fatal error.
|
List<UIFileBlockInfo> |
getFileBlocks()
Gets file blocks.
|
String |
getFileData()
Gets file data.
|
String |
getFileDoesNotExistException()
Gets file does not exist exception.
|
List<UIFileInfo> |
getFileInfos()
Gets file infos.
|
String |
getHighestTierAlias()
Gets highest tier alias.
|
String |
getInvalidPathError()
Gets invalid path error.
|
String |
getInvalidPathException()
Gets invalid path exception.
|
String |
getMasterNodeAddress()
Gets master node address.
|
int |
getNTotalFile()
Gets n total file.
|
UIFileInfo[] |
getPathInfos()
Get path infos ui file info [ ].
|
boolean |
getShowPermissions()
Gets show permissions.
|
long |
getViewingOffset()
Gets viewing offset.
|
MasterWebUIBrowse |
setAccessControlException(String accessControlException)
Sets access control exception.
|
MasterWebUIBrowse |
setBlockSizeBytes(String blockSizeBytes)
Sets block size bytes.
|
MasterWebUIBrowse |
setCurrentDirectory(UIFileInfo currentDirectory)
Sets current directory.
|
MasterWebUIBrowse |
setCurrentPath(String currentPath)
Sets current path.
|
MasterWebUIBrowse |
setDebug(boolean debug)
Sets debug.
|
MasterWebUIBrowse |
setFatalError(String fatalError)
Sets fatal error.
|
MasterWebUIBrowse |
setFileBlocks(List<UIFileBlockInfo> fileBlocks)
Sets file blocks.
|
MasterWebUIBrowse |
setFileData(String fileData)
Sets file data.
|
MasterWebUIBrowse |
setFileDoesNotExistException(String fileDoesNotExistException)
Sets file does not exist exception.
|
MasterWebUIBrowse |
setFileInfos(List<UIFileInfo> fileInfos)
Sets file infos.
|
MasterWebUIBrowse |
setHighestTierAlias(String highestTierAlias)
Sets highest tier alias.
|
MasterWebUIBrowse |
setInvalidPathError(String invalidPathError)
Sets invalid path error.
|
MasterWebUIBrowse |
setInvalidPathException(String invalidPathException)
Sets invalid path exception.
|
MasterWebUIBrowse |
setMasterNodeAddress(String masterNodeAddress)
Sets master node address.
|
MasterWebUIBrowse |
setNTotalFile(int nTotalFile)
Sets n total file.
|
MasterWebUIBrowse |
setPathInfos(UIFileInfo[] pathInfos)
Sets path infos.
|
MasterWebUIBrowse |
setShowPermissions(boolean showPermissions)
Sets show permissions.
|
MasterWebUIBrowse |
setViewingOffset(long viewingOffset)
Sets viewing offset.
|
String |
toString() |
public MasterWebUIBrowse()
MasterWebUIBrowse
.public String getAccessControlException()
public String getBlockSizeBytes()
public UIFileInfo getCurrentDirectory()
public String getCurrentPath()
public boolean getDebug()
public String getFatalError()
public List<UIFileBlockInfo> getFileBlocks()
public String getFileData()
public String getFileDoesNotExistException()
public List<UIFileInfo> getFileInfos()
public String getHighestTierAlias()
public String getInvalidPathError()
public String getInvalidPathException()
public String getMasterNodeAddress()
public int getNTotalFile()
public UIFileInfo[] getPathInfos()
public boolean getShowPermissions()
public long getViewingOffset()
public MasterWebUIBrowse setAccessControlException(String accessControlException)
accessControlException
- the access control exceptionpublic MasterWebUIBrowse setBlockSizeBytes(String blockSizeBytes)
blockSizeBytes
- the block size bytespublic MasterWebUIBrowse setCurrentDirectory(UIFileInfo currentDirectory)
currentDirectory
- the current directorypublic MasterWebUIBrowse setCurrentPath(String currentPath)
currentPath
- the current pathpublic MasterWebUIBrowse setDebug(boolean debug)
debug
- the debugpublic MasterWebUIBrowse setFatalError(String fatalError)
fatalError
- the fatal errorpublic MasterWebUIBrowse setFileBlocks(List<UIFileBlockInfo> fileBlocks)
fileBlocks
- the file blockspublic MasterWebUIBrowse setFileData(String fileData)
fileData
- the file datapublic MasterWebUIBrowse setFileDoesNotExistException(String fileDoesNotExistException)
fileDoesNotExistException
- the file does not exist exceptionpublic MasterWebUIBrowse setFileInfos(List<UIFileInfo> fileInfos)
fileInfos
- the file infospublic MasterWebUIBrowse setHighestTierAlias(String highestTierAlias)
highestTierAlias
- the highest tier aliaspublic MasterWebUIBrowse setInvalidPathError(String invalidPathError)
invalidPathError
- the invalid path errorpublic MasterWebUIBrowse setInvalidPathException(String invalidPathException)
invalidPathException
- the invalid path exceptionpublic MasterWebUIBrowse setMasterNodeAddress(String masterNodeAddress)
masterNodeAddress
- the master node addresspublic MasterWebUIBrowse setNTotalFile(int nTotalFile)
nTotalFile
- the n total filepublic MasterWebUIBrowse setPathInfos(UIFileInfo[] pathInfos)
pathInfos
- the path infospublic MasterWebUIBrowse setShowPermissions(boolean showPermissions)
showPermissions
- the show permissionspublic MasterWebUIBrowse setViewingOffset(long viewingOffset)
viewingOffset
- the viewing offsetCopyright © 2023. All Rights Reserved.