ClusterHostEvent.HostEventType

public static final enum ClusterHostEvent.HostEventType
extends Enum<ClusterHostEvent.HostEventType>

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.cluster.ClusterHostEvent.HostEventType>
     ↳ com.android.tradefed.cluster.ClusterHostEvent.HostEventType


Énumérations des différents types d'événements hôtes.

Résumé

Valeurs enum

ClusterHostEvent.HostEventType  DeviceSnapshot

 

ClusterHostEvent.HostEventType  HostStateChanged

 

Méthodes publiques

String getAndroidEngProdAPIName()
String toString()
static ClusterHostEvent.HostEventType valueOf(String name)
static final HostEventType[] values()

Valeurs enum

Instantané de l'appareil

public static final ClusterHostEvent.HostEventType DeviceSnapshot

État de l'hôte modifié

public static final ClusterHostEvent.HostEventType HostStateChanged

Méthodes publiques

getAndroidEngProdAPIName

public String getAndroidEngProdAPIName ()

Renvoie
String

toString

public String toString ()

Renvoie
String

valeur_

public static ClusterHostEvent.HostEventType valueOf (String name)

Paramètres
name String

Renvoie
ClusterHostEvent.HostEventType

valeurs

public static final HostEventType[] values ()

Renvoie
HostEventType[]