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,
ObjectChecker.ErrorType errorType) |
Modifier and Type | Method and Description |
---|---|
ObjectChecker.ErrorType |
getErrorType() |
ObjectId |
getId() |
int |
getType() |
final ObjectId id
final int type
@Nullable final ObjectChecker.ErrorType errorType
public CorruptObject(ObjectId id, int type, @Nullable ObjectChecker.ErrorType errorType)
id
- the object identifier.type
- type of the object.errorType
- kind of errorpublic ObjectId getId()
public int getType()
@Nullable public ObjectChecker.ErrorType getErrorType()