UserItem class

Implemented types

Constructors

UserItem.new()

Properties

account Int8List?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
is_lock bool
getter/setter pair
max_connections_per_hour int
getter/setter pair
max_queries_per_hour int
getter/setter pair
max_updates_per_hour int
getter/setter pair
max_user_connections int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getFieldValue(int fieldID) → dynamic
Get a field's value by fieldId. Primitive types will be wrapped in the appropriate "boxed" types.
override
isSet(int fieldID) bool
Check if a field is currently set or unset, using the fieldId.
override
isSetAccount() bool
isSetIs_lock() bool
isSetMax_connections_per_hour() bool
isSetMax_queries_per_hour() bool
isSetMax_updates_per_hour() bool
isSetMax_user_connections() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(TProtocol iprot) → void
Reads the TObject from the given input protocol.
override
setFieldValue(int fieldID, Object? value) → dynamic
Set a field's value by fieldId. Primitive types must be "boxed" in the appropriate object wrapper type.
override
toString() String
A string representation of this object.
override
unsetAccount() → dynamic
unsetIs_lock() → dynamic
unsetMax_connections_per_hour() → dynamic
unsetMax_queries_per_hour() → dynamic
unsetMax_updates_per_hour() → dynamic
unsetMax_user_connections() → dynamic
validate() → dynamic
write(TProtocol oprot) → void
Writes the objects out to the oprot protocol.
override

Operators

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

Constants

ACCOUNT → const int
IS_LOCK → const int
MAX_CONNECTIONS_PER_HOUR → const int
MAX_QUERIES_PER_HOUR → const int
MAX_UPDATES_PER_HOUR → const int
MAX_USER_CONNECTIONS → const int