Uses of Class
com.floragunn.signals.watch.result.Status.Code
-
Packages that use Status.Code Package Description com.floragunn.signals.watch.result -
-
Uses of Status.Code in com.floragunn.signals.watch.result
Methods in com.floragunn.signals.watch.result that return Status.Code Modifier and Type Method Description Status.CodeStatus. getCode()Status.CodeActionLog. getStatusCode()static Status.CodeStatus.Code. valueOf(String name)Returns the enum constant of this type with the specified name.static Status.Code[]Status.Code. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.floragunn.signals.watch.result with parameters of type Status.Code Modifier and Type Method Description voidStatus. setCode(Status.Code code)Constructors in com.floragunn.signals.watch.result with parameters of type Status.Code Constructor Description Status(Status.Code code, String detail)
-