EventSendV3Body class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- EventSendV3Body({DeviceEventId? id, DeviceEventLevelDTO? level, String? controllerOnTime, String? engineRuntime, FmiDTO? fmi, bool? isDateTimeEstimated, bool? active, DateTime? dateTime, ParameterId? parameterId, dynamic oldValue, dynamic newValue})
-
const
-
EventSendV3Body.fromJson(Map<
String, dynamic> json) -
factory
Properties
- active → bool?
-
final
- controllerOnTime → String?
-
final
- dateTime → DateTime?
-
final
- engineRuntime → String?
-
final
- fmi → FmiDTO?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → DeviceEventId?
-
final
- isDateTimeEstimated → bool?
-
final
- level → DeviceEventLevelDTO?
-
final
- newValue → dynamic
-
final
- oldValue → dynamic
-
final
- parameterId → ParameterId?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const EventSendV3Body Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(EventSendV3Body instance)