Class HealthStat

java.lang.Object
java.util.AbstractMap<String,Object>
java.util.HashMap<String,Object>
net.targetr.rc.monitoring.health.HealthStat
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class HealthStat extends HashMap<String,Object>
Represents the health of the server at a specific time.
Author:
Dr Michael Gardiner
See Also:
  • Constructor Details

    • HealthStat

      public HealthStat()
      Constructs a new HealthStat.
  • Method Details

    • toJson

      public String toJson()
      Serializes this health stat object to a JSON string.
      Returns:
      the JSON representation of this object