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


Enumerações 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

Snapshot do dispositivo

public static final ClusterHostEvent.HostEventType DeviceSnapshot

HostStateChanged (HostStateChanged)

public static final ClusterHostEvent.HostEventType HostStateChanged

Métodos públicos

getAndroidEngProdAPIName

public String getAndroidEngProdAPIName ()

Retorna
String

toString

public String toString ()

Retorna
String

valorDe

public static ClusterHostEvent.HostEventType valueOf (String name)

Parâmetros
name String

Retorna
ClusterHostEvent.HostEventType

valores

public static final HostEventType[] values ()

Retorna
HostEventType[]