SubprocessEventHelper.InvocationStartedEventInfo
public
static
class
SubprocessEventHelper.InvocationStartedEventInfo
extends Object
java.lang.Object 中 | |
↳ | com.android.tradefed.util.SubprocessEventHelper.InvocationStartedEventInfo |
关于调用已启动信息的帮助程序。
摘要
字段 | |
---|---|
public
Long |
mStartTime
|
public
String |
mTestTag
|
公共构造函数 | |
---|---|
InvocationStartedEventInfo(String testTag, Long startTime)
|
|
InvocationStartedEventInfo(JSONObject jsonObject)
|
公共方法 | |
---|---|
String
|
toString()
|
字段
mStartTime
public Long mStartTime
mTestTag
public String mTestTag
公共构造函数
调用起始事件信息
public InvocationStartedEventInfo (String testTag, Long startTime)
参数 | |
---|---|
testTag |
String |
startTime |
Long |
调用起始事件信息
public InvocationStartedEventInfo (JSONObject jsonObject)
参数 | |
---|---|
jsonObject |
JSONObject |
抛出 | |
---|---|
JSONException |
公共方法
toString
public String toString ()
返回 | |
---|---|
String |