public class ConsoleAPICalled extends Object
Constructor and Description |
---|
ConsoleAPICalled() |
Modifier and Type | Method and Description |
---|---|
List<RemoteObject> |
getArgs()
Call arguments.
|
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 |
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)
Copyright © 2017 WebFolder OÜ. All rights reserved.