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


Enum dari berbagai jenis peristiwa host.

Ringkasan

Nilai enum

ClusterHostEvent.HostEventType  DeviceSnapshot

 

ClusterHostEvent.HostEventType  HostStateChanged

 

Metode publik

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

Nilai enum

DeviceSnapshot

public static final ClusterHostEvent.HostEventType DeviceSnapshot

HostStateDiubah

public static final ClusterHostEvent.HostEventType HostStateChanged

Metode publik

getAndroidEngProdAPIName

public String getAndroidEngProdAPIName ()

Hasil
String

toString

public String toString ()

Hasil
String

nilai

public static ClusterHostEvent.HostEventType valueOf (String name)

Parameter
name String

Hasil
ClusterHostEvent.HostEventType

nilai-nilai

public static final HostEventType[] values ()

Hasil
HostEventType[]