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

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