Insight class

A presentation of host resource usage where the workload runs.

Constructors

Insight({String? instanceId, SapDiscovery? sapDiscovery, SapValidation? sapValidation, String? sentTime, SqlserverValidation? sqlserverValidation})
Insight.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
instanceId String?
The instance id where the insight is generated from
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sapDiscovery SapDiscovery?
The insights data for SAP system discovery.
getter/setter pair
sapValidation SapValidation?
The insights data for the SAP workload validation.
getter/setter pair
sentTime String?
Create time stamp
getter/setter pair
sqlserverValidation SqlserverValidation?
The insights data for the sqlserver workload validation.
getter/setter pair

Methods

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

Operators

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