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


Enums dos diferentes tipos de eventos de host.

Resumo

Valores de enumeração

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 enumeração

Instantâneo do dispositivo

public static final ClusterHostEvent.HostEventType DeviceSnapshot

HostStateAlterado

public static final ClusterHostEvent.HostEventType HostStateChanged

Métodos públicos

getAndroidEngProdAPIName

public String getAndroidEngProdAPIName ()

devoluções
String

para sequenciar

public String toString ()

devoluções
String

valor de

public static ClusterHostEvent.HostEventType valueOf (String name)

Parâmetros
name String

devoluções
ClusterHostEvent.HostEventType

valores

public static final HostEventType[] values ()

devoluções
HostEventType[]