SubprocessEventHelper.InvocationStartedEventInfo

public static class SubprocessEventHelper.InvocationStartedEventInfo
extends Object

java.lang.オブジェクト
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

mテストタグ

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