CoreDevice class
Contains information about a AWS IoT Greengrass core device, which is an AWS IoT thing that runs the AWS IoT Greengrass Core software.
Constructors
- CoreDevice({String? coreDeviceThingName, DateTime? lastStatusUpdateTimestamp, CoreDeviceStatus? status})
-
CoreDevice.fromJson(Map<
String, dynamic> json) -
factory
Properties
- coreDeviceThingName → String?
-
The name of the core device. This is also the name of the AWS IoT thing.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastStatusUpdateTimestamp → DateTime?
-
The time at which the core device's status last updated, expressed in ISO
8601 format.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → CoreDeviceStatus?
-
The status of the core device. Core devices can have the following statuses:
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited