@NotThreadSafe public final class WorkerWebUIBlockInfo extends Object implements Serializable
Constructor and Description |
---|
WorkerWebUIBlockInfo()
Creates a new instance of
WorkerWebUIBlockInfo . |
Modifier and Type | Method and Description |
---|---|
String |
getBlockSizeBytes()
Gets block size bytes.
|
String |
getFatalError()
Gets fatal error.
|
List<org.apache.commons.lang3.tuple.ImmutablePair<String,List<UIFileBlockInfo>>> |
getFileBlocksOnTier()
Gets file blocks on tier.
|
List<UIFileInfo> |
getFileInfos()
Gets file infos.
|
String |
getInvalidPathError()
Gets invalid path error.
|
int |
getNTotalFile()
Gets n total file.
|
List<String> |
getOrderedTierAliases()
Gets ordered tier aliases.
|
String |
getPath()
Gets path.
|
WorkerWebUIBlockInfo |
setBlockSizeBytes(String BlockSizeBytes)
Sets block size bytes.
|
WorkerWebUIBlockInfo |
setFatalError(String FatalError)
Sets fatal error.
|
WorkerWebUIBlockInfo |
setFileBlocksOnTier(List<org.apache.commons.lang3.tuple.ImmutablePair<String,List<UIFileBlockInfo>>> FileBlocksOnTier)
Sets file blocks on tier.
|
WorkerWebUIBlockInfo |
setFileInfos(List<UIFileInfo> FileInfos)
Sets file infos.
|
WorkerWebUIBlockInfo |
setInvalidPathError(String InvalidPathError)
Sets invalid path error.
|
WorkerWebUIBlockInfo |
setNTotalFile(int NTotalFile)
Sets n total file.
|
WorkerWebUIBlockInfo |
setOrderedTierAliases(List<String> OrderedTierAliases)
Sets ordered tier aliases.
|
WorkerWebUIBlockInfo |
setPath(String Path)
Sets path.
|
String |
toString() |
public WorkerWebUIBlockInfo()
WorkerWebUIBlockInfo
.public String getBlockSizeBytes()
public String getFatalError()
public List<org.apache.commons.lang3.tuple.ImmutablePair<String,List<UIFileBlockInfo>>> getFileBlocksOnTier()
public String getInvalidPathError()
public int getNTotalFile()
public List<String> getOrderedTierAliases()
public String getPath()
public List<UIFileInfo> getFileInfos()
public WorkerWebUIBlockInfo setBlockSizeBytes(String BlockSizeBytes)
BlockSizeBytes
- the block size bytespublic WorkerWebUIBlockInfo setFatalError(String FatalError)
FatalError
- the fatal errorpublic WorkerWebUIBlockInfo setFileBlocksOnTier(List<org.apache.commons.lang3.tuple.ImmutablePair<String,List<UIFileBlockInfo>>> FileBlocksOnTier)
FileBlocksOnTier
- the file blocks on tierpublic WorkerWebUIBlockInfo setInvalidPathError(String InvalidPathError)
InvalidPathError
- the invalid path errorpublic WorkerWebUIBlockInfo setNTotalFile(int NTotalFile)
NTotalFile
- the n total filepublic WorkerWebUIBlockInfo setOrderedTierAliases(List<String> OrderedTierAliases)
OrderedTierAliases
- the ordered tier aliasespublic WorkerWebUIBlockInfo setPath(String Path)
Path
- the pathpublic WorkerWebUIBlockInfo setFileInfos(List<UIFileInfo> FileInfos)
FileInfos
- the file infosCopyright © 2023. All Rights Reserved.