SubprocessEventHelper.InvocationStartedEventInfo

public static class SubprocessEventHelper.InvocationStartedEventInfo
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.SubprocessEventHelper.InvocationStartedEventInfo


Outil d'aide pour les informations lancées lors de l'appel.

Résumé

Champs

public Long mStartTime

public String mTestTag

Constructeurs publics

InvocationStartedEventInfo(String testTag, Long startTime)
InvocationStartedEventInfo(JSONObject jsonObject)

Méthodes publiques

String toString()

Champs

Heure de début

public Long mStartTime

Tag d'essai m

public String mTestTag

Constructeurs publics

InvocationStartedEventInfo

public InvocationStartedEventInfo (String testTag, 
                Long startTime)

Paramètres
testTag String

startTime Long

InvocationStartedEventInfo

public InvocationStartedEventInfo (JSONObject jsonObject)

Paramètres
jsonObject JSONObject

Génère
JSONException

Méthodes publiques

toString

public String toString ()

Renvoie
String