public static class FsckError.CorruptObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) ObjectChecker.ErrorType |
errorType |
(package private) ObjectId |
id |
(package private) int |
type |
Constructor and Description |
---|
CorruptObject(ObjectId id,
int type) |
Modifier and Type | Method and Description |
---|---|
ObjectChecker.ErrorType |
getErrorType() |
ObjectId |
getId() |
int |
getType() |
(package private) void |
setErrorType(ObjectChecker.ErrorType errorType) |
final ObjectId id
final int type
ObjectChecker.ErrorType errorType
public CorruptObject(ObjectId id, int type)
id
- the object identifier.type
- type of the object.void setErrorType(ObjectChecker.ErrorType errorType)
public ObjectId getId()
public int getType()
@Nullable public ObjectChecker.ErrorType getErrorType()