Event class
Represents a single occurrence of something interesting within the system. Some examples of events are creating a cluster, adding or removing a cache node, or rebooting a node.
Constructors
- Event({DateTime? date, String? message, String? sourceIdentifier, SourceType? sourceType})
- Event.fromXml(XmlElement elem)
-
factory
Properties
- date → DateTime?
-
The date and time when the event occurred.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
The text of the event.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceIdentifier → String?
-
The identifier for the source of the event. For example, if the event
occurred at the cluster level, the identifier would be the name of the
cluster.
final
- sourceType → SourceType?
-
Specifies the origin of this event - a cluster, a parameter group, a
security group, etc.
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