public class ImageCheck extends QApiType
QApiTypeDescriptor{name=ImageCheck, data={filename=str, format=str, check-errors=int, *image-end-offset=int, *corruptions=int, *leaks=int, *corruptions-fixed=int, *leaks-fixed=int, *total-clusters=int, *allocated-clusters=int, *fragmented-clusters=int, *compressed-clusters=int}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
Long |
allocatedClusters |
long |
checkErrors |
Long |
compressedClusters |
Long |
corruptions |
Long |
corruptionsFixed |
String |
filename |
String |
format |
Long |
fragmentedClusters |
Long |
imageEndOffset |
Long |
leaks |
Long |
leaksFixed |
Long |
totalClusters |
Constructor and Description |
---|
ImageCheck() |
ImageCheck(String filename,
String format,
long checkErrors,
Long imageEndOffset,
Long corruptions,
Long leaks,
Long corruptionsFixed,
Long leaksFixed,
Long totalClusters,
Long allocatedClusters,
Long fragmentedClusters,
Long compressedClusters) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
ImageCheck |
withAllocatedClusters(Long value) |
ImageCheck |
withCheckErrors(long value) |
ImageCheck |
withCompressedClusters(Long value) |
ImageCheck |
withCorruptions(Long value) |
ImageCheck |
withCorruptionsFixed(Long value) |
ImageCheck |
withFilename(String value) |
ImageCheck |
withFormat(String value) |
ImageCheck |
withFragmentedClusters(Long value) |
ImageCheck |
withImageEndOffset(Long value) |
ImageCheck |
withLeaks(Long value) |
ImageCheck |
withLeaksFixed(Long value) |
ImageCheck |
withTotalClusters(Long value) |
toString
@Nonnull public long checkErrors
@CheckForNull public Long imageEndOffset
@CheckForNull public Long corruptions
@CheckForNull public Long leaks
@CheckForNull public Long corruptionsFixed
@CheckForNull public Long leaksFixed
@CheckForNull public Long totalClusters
@CheckForNull public Long allocatedClusters
@CheckForNull public Long fragmentedClusters
@CheckForNull public Long compressedClusters
public ImageCheck()
@Nonnull public ImageCheck withFilename(String value)
@Nonnull public ImageCheck withFormat(String value)
@Nonnull public ImageCheck withCheckErrors(long value)
@Nonnull public ImageCheck withImageEndOffset(Long value)
@Nonnull public ImageCheck withCorruptions(Long value)
@Nonnull public ImageCheck withLeaks(Long value)
@Nonnull public ImageCheck withCorruptionsFixed(Long value)
@Nonnull public ImageCheck withLeaksFixed(Long value)
@Nonnull public ImageCheck withTotalClusters(Long value)
@Nonnull public ImageCheck withAllocatedClusters(Long value)
@Nonnull public ImageCheck withFragmentedClusters(Long value)
@Nonnull public ImageCheck withCompressedClusters(Long value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException