NUILogContent class
- Inheritance
-
- Object
- NUIEnt<
NUILogContent> - NUIDBEntity<
NUILogContent> - NUILogContent
Constructors
- NUILogContent({String id, int action, int error, int logLevel, String platform, @required String description, int lineNumber, String affectFile, String hardwareModel, String osVersion, String userId, DateTime happen, String appVersion, String module, String subModule, String bundleId, String sessionId})
- NUILogContent.empty()
Properties
- action ↔ int
-
read / write
- affectFile ↔ String
-
read / write
- appVersion ↔ String
-
read / write
- bundleId ↔ String
-
read / write
- description ↔ String
-
read / write
- error ↔ int
-
read / write
- happen ↔ DateTime
-
read / write
- hardwareModel ↔ String
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String
-
read / write
- lineNumber ↔ int
-
read / write
- logLevel ↔ int
-
read / write
- module ↔ String
-
read / write
- osVersion ↔ String
-
read / write
- platform ↔ String
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- sessionId ↔ String
-
read / write
- subModule ↔ String
-
read / write
- userId ↔ String
-
read / write
Methods
-
fromJson(
Map< String, dynamic> json) → NUILogContent -
inherited
-
mapper(
) → NUIEntMapper< NUILogContent> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toDBMapQuery(
) → Map< String, dynamic> -
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toLogMap(
) → Map< String, String> -
toMap(
) → Map< String, dynamic> -
inherited
-
toMapQuery(
{Map< NUIEntType, EntCustomerMapper> customMapper}) → Map<String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited