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