Flutter Engine
The Flutter Engine
|
Public Member Functions | |
ServerLogEntry (int time, String kind, String data) | |
boolean | equals (Object obj) |
String | getData () |
String | getKind () |
int | getTime () |
int | hashCode () |
JsonObject | toJson () |
String | toString () |
Static Public Member Functions | |
static ServerLogEntry | fromJson (JsonObject jsonObject) |
static List< ServerLogEntry > | fromJsonArray (JsonArray jsonArray) |
Static Public Attributes | |
static final ServerLogEntry[] | EMPTY_ARRAY = new ServerLogEntry[0] |
static final List< ServerLogEntry > | EMPTY_LIST = Lists.newArrayList() |
A log entry from the server.
@coverage dart.server.generated.types
Definition at line 32 of file ServerLogEntry.java.
|
inline |
Constructor for ServerLogEntry
.
Definition at line 56 of file ServerLogEntry.java.
|
inline |
Definition at line 63 of file ServerLogEntry.java.
|
inlinestatic |
Definition at line 74 of file ServerLogEntry.java.
|
inlinestatic |
Definition at line 81 of file ServerLogEntry.java.
|
inline |
The payload of the entry, the actual format is determined by the "kind" field.
Definition at line 96 of file ServerLogEntry.java.
|
inline |
The kind of the entry, used to determine how to interpret the "data" field.
Definition at line 103 of file ServerLogEntry.java.
|
inline |
The time (milliseconds since epoch) at which the server created this log entry.
Definition at line 110 of file ServerLogEntry.java.
|
inline |
Definition at line 115 of file ServerLogEntry.java.
|
inline |
Definition at line 123 of file ServerLogEntry.java.
|
inline |
Definition at line 132 of file ServerLogEntry.java.
|
static |
Definition at line 34 of file ServerLogEntry.java.
|
static |
Definition at line 36 of file ServerLogEntry.java.