public class ConsoleAPICalled extends Object
Constructor | Description |
---|---|
ConsoleAPICalled() |
Modifier and Type | Method | Description |
---|---|---|
List<RemoteObject> |
getArgs() |
Call arguments.
|
String |
getContext() |
Console context descriptor for calls on non-default console context (not console.*):
'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call
on named context.
|
Integer |
getExecutionContextId() |
Identifier of the context where the call was made.
|
StackTrace |
getStackTrace() |
Stack trace captured when the call was made.
|
Double |
getTimestamp() |
Call timestamp.
|
ConsoleApiCallType |
getType() |
Type of the call.
|
void |
setArgs(List<RemoteObject> args) |
Call arguments.
|
void |
setContext(String context) |
Console context descriptor for calls on non-default console context (not console.*):
'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call
on named context.
|
void |
setExecutionContextId(Integer executionContextId) |
Identifier of the context where the call was made.
|
void |
setStackTrace(StackTrace stackTrace) |
Stack trace captured when the call was made.
|
void |
setTimestamp(Double timestamp) |
Call timestamp.
|
void |
setType(ConsoleApiCallType type) |
Type of the call.
|
public ConsoleApiCallType getType()
public void setType(ConsoleApiCallType type)
public List<RemoteObject> getArgs()
public void setArgs(List<RemoteObject> args)
public Integer getExecutionContextId()
public void setExecutionContextId(Integer executionContextId)
public Double getTimestamp()
public void setTimestamp(Double timestamp)
public StackTrace getStackTrace()
public void setStackTrace(StackTrace stackTrace)
public String getContext()
public void setContext(String context)
Copyright © 2017, 2018–2018 WebFolder OÜ. All rights reserved.