public static class LargeFileDetector.LargeFileDetectionResult extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
reason |
boolean |
shouldDelegate |
LargeFileDetector.DetectionType |
type |
| Constructor and Description |
|---|
LargeFileDetectionResult(boolean shouldDelegate,
String reason,
LargeFileDetector.DetectionType type) |
public final boolean shouldDelegate
public final LargeFileDetector.DetectionType type
public LargeFileDetectionResult(boolean shouldDelegate, String reason, LargeFileDetector.DetectionType type)