ProcessSummary class

Process Summary

Constructors

ProcessSummary.new({String? addTime, String? hostPort, bool? isActive, String? processId, Map<String, String>? processLogs, String? removeTime, int? totalCores})
ProcessSummary.fromJson(Map json_)

Properties

addTime String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostPort String?
getter/setter pair
isActive bool?
getter/setter pair
processId String?
getter/setter pair
processLogs Map<String, String>?
getter/setter pair
removeTime String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalCores int?
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