HydraHealth class

HydraHealth is used to generate the JSON for serialization to Redis

Constructors

HydraHealth(String updatedOn, String serviceName, String instanceID, String hostName, String sampledOn, int processID, String architecture, String platform, String nodeVersion, HydraMemory hydraMemory)

Properties

architecture String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostName String
getter/setter pair
hydraMemory HydraMemory
getter/setter pair
instanceID String
getter/setter pair
nodeVersion String
getter/setter pair
platform String
getter/setter pair
processID int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampledOn String
getter/setter pair
serviceName String
getter/setter pair
updatedOn String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited