PlanControl class abstract

Plan Control class

Plan control request/reply.

Inheritance
Implemented types

Constructors

PlanControl([void updates(PlanControlBuilder b)?])
factory

Properties

abbrev String
no setteroverride
arg ImcMessage?
Complementary message argument for requests/replies.
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
flags PlanControlBitfieldFlags
no setter
hashCode int
The hash code for this object.
no setterinherited
info String
Complementary human-readable information. This is used in association to replies.
no setter
msgId int
no setteroverride
op PlanControlEnumOp
Plan control operation.
no setter
planId String
The identifier for the plan to be stopped / started / loaded / retrieved according to the command requested (op field).
no setter
requestId int
Request ID. This may be used by interfacing modules e.g. using sequence counters. to annotate requests and appropriately identify replies.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
timestamp DateTime?
no setterinherited
type PlanControlEnumType
Indicates if the message is a request or a reply to a previous request. The op, request_id and plan_id fields of a request will be echoed in one or more responses to that request.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PlanControlBuilder)) PlanControl
Rebuilds the instance.
inherited
toBuilder() PlanControlBuilder
Converts the instance to a builder B.
inherited
toJson([bool includeHeader = true]) Map<String, dynamic>
To JSON object
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

staticId → const int