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

パブリック コンストラクタ

InvocationStartedEventInfo

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

パラメータ
testTag String

startTime Long

InvocationStartedEventInfo

public InvocationStartedEventInfo (JSONObject jsonObject)

パラメータ
jsonObject JSONObject

例外
JSONException

パブリック メソッド

toString

public String toString ()

戻り値
String