PlanDBInformation class abstract

Plan DB Information class

Inheritance

Constructors

PlanDBInformation([void updates(PlanDBInformationBuilder b)?])
factory

Properties

abbrev String
no setteroverride
changeSid int
IMC address for source of last change to the plan.
no setter
changeSname String
IMC node name for source of last change to the plan.
no setter
changeTime double
Time of last change to the plan (Epoch time).
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
md5 List<int>
MD5 plan verification code. The value is calculated over the message payload of the 'PlanSpecification', in compliance with RFC 1321.
no setter
msgId int
no setteroverride
planId String
Plan identifier.
no setter
planSize int
Plan size. The value equals the IMC message payload of the associated 'PlanSpecification' message in bytes.
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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PlanDBInformationBuilder)) PlanDBInformation
Rebuilds the instance.
inherited
toBuilder() PlanDBInformationBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

static_id → const int