UserPendingChanges class
Returns information about the status of the changes pending for the ActiveMQ user.
Constructors
-
UserPendingChanges({bool? consoleAccess, List<
String> ? groups, ChangeType? pendingChange}) -
UserPendingChanges.fromJson(Map<
String, dynamic> json) -
factory
Properties
- consoleAccess → bool?
-
Enables access to the the ActiveMQ Web Console for the ActiveMQ user.
final
-
groups
→ List<
String> ? -
The list of groups (20 maximum) to which the ActiveMQ user belongs. This
value can contain only alphanumeric characters, dashes, periods,
underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- pendingChange → ChangeType?
-
Required. The type of change pending for the ActiveMQ user.
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited