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


Aufzählungen der verschiedenen Arten von Hostereignissen.

Zusammenfassung

Enum-Werte

ClusterHostEvent.HostEventType  DeviceSnapshot

 

ClusterHostEvent.HostEventType  HostStateChanged

 

Öffentliche Methoden

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

Enum-Werte

Geräte-Snapshot

public static final ClusterHostEvent.HostEventType DeviceSnapshot

HostStateChanged (Host-Statusänderung)

public static final ClusterHostEvent.HostEventType HostStateChanged

Öffentliche Methoden

getAndroidEngProdAPIName

public String getAndroidEngProdAPIName ()

Returns
String

toString

public String toString ()

Returns
String

valueOf

public static ClusterHostEvent.HostEventType valueOf (String name)

Parameter
name String

Returns
ClusterHostEvent.HostEventType

Werte

public static final HostEventType[] values ()

Returns
HostEventType[]