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 do 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

DeviceSnapshot

public static final ClusterHostEvent.HostEventType DeviceSnapshot

HostStateChanged

public static final ClusterHostEvent.HostEventType HostStateChanged

Métodos públicos

getAndroidEngProdAPIName

public String getAndroidEngProdAPIName ()

Retorna
String

toString

public String toString ()

Retorna
String

valueOf

public static ClusterHostEvent.HostEventType valueOf (String name)

Parâmetros
name String

Retorna
ClusterHostEvent.HostEventType

valores

public static final HostEventType[] values ()

Retorna
HostEventType[]