public class DefragmentRecommendation extends DiagnosticBase
| Modifier and Type | Class and Description |
|---|---|
static class |
DefragmentRecommendation.DefragmentRecommendationReason |
| Constructor and Description |
|---|
DefragmentRecommendation(DefragmentRecommendation.DefragmentRecommendationReason reason) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
problem()
returns the potential problem that triggered the message
|
java.lang.Object |
reason()
returns the reason for the message
|
java.lang.String |
solution()
suggests a possible solution for the possible problem
|
toStringpublic DefragmentRecommendation(DefragmentRecommendation.DefragmentRecommendationReason reason)
public java.lang.String problem()
DiagnosticBaseproblem in class DiagnosticBasepublic java.lang.Object reason()
DiagnosticBasereason in class DiagnosticBasepublic java.lang.String solution()
DiagnosticBasesolution in class DiagnosticBase