| Package | Description | 
|---|---|
| org.apache.sling.hc.api | 
| Modifier and Type | Method and Description | 
|---|---|
| Result.Status | ResultLog. getAggregateStatus()Return our aggregate status, i.e. | 
| Result.Status | ResultLog.Entry. getStatus() | 
| Result.Status | Result. getStatus()Return our Status | 
| static Result.Status | Result.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static Result.Status[] | Result.Status. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| Entry(Result.Status s,
     java.lang.String message) | 
| Entry(Result.Status s,
     java.lang.String message,
     java.lang.Exception exception) | 
| Result(Result.Status s,
      java.lang.String explanation)Build a single-value Result | 
| Result(Result.Status s,
      java.lang.String explanation,
      java.lang.Exception e)Build a single-value Result with exception | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.