Uses of Class
me.legrange.services.monitor.Status
-
-
Uses of Status in me.legrange.services.monitor
Methods in me.legrange.services.monitor that return Status Modifier and Type Method Description StatusMeasurement. getStatus()StatusState. getStatus()static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in me.legrange.services.monitor with parameters of type Status Constructor Description BooleanMeasurement(String name, Status status, Boolean value)DoubleMeasurement(String name, Status status, Double value)IntegerMeasurement(String name, Status status, Integer value)LongMeasurement(String name, Status status, Long value)Measurement(String name, Status status, T value)State(Status status, String message, List<Measurement> data)StringMeasurement(String name, Status status, String value)
-