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(JSONObject jsonObject)
InvocationStartedEventInfo(String testTag, Long startTime)

공개 메서드

String toString()

필드

mStartTime

public Long mStartTime

mTestTag

public String mTestTag

공개 생성자

InvocationStartedEventInfo

public InvocationStartedEventInfo (JSONObject jsonObject)

매개변수
jsonObject JSONObject

생성 값
JSONException

InvocationStartedEventInfo

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

매개변수
testTag String

startTime Long

공개 메서드

toString

public String toString ()

반환 값
String