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

mTest 태그

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