ClusterHostEvent.HostEventType

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

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


Enumeraciones de los diferentes tipos de eventos anfitriones.

Resumen

Valores de enumeración

ClusterHostEvent.HostEventType DeviceSnapshot

ClusterHostEvent.HostEventType HostStateChanged

Métodos públicos

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

Valores de enumeración

Instantánea del dispositivo

public static final ClusterHostEvent.HostEventType DeviceSnapshot

Estado del hostCambiado

public static final ClusterHostEvent.HostEventType HostStateChanged

Métodos públicos

getAndroidEngProdAPIName

public String getAndroidEngProdAPIName ()

Devoluciones
String

Encadenar

public String toString ()

Devoluciones
String

valor de

public static ClusterHostEvent.HostEventType valueOf (String name)

Parámetros
name String

Devoluciones
ClusterHostEvent.HostEventType

valores

public static final HostEventType[] values ()

Devoluciones
HostEventType[]