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


不同主機事件類型的列舉。

摘要

列舉值

ClusterHostEvent.HostEventType  DeviceSnapshot

 

ClusterHostEvent.HostEventType  HostStateChanged

 

公用方法

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

列舉值

裝置快照

public static final ClusterHostEvent.HostEventType DeviceSnapshot

HostState 已變更

public static final ClusterHostEvent.HostEventType HostStateChanged

公用方法

getAndroidEngProdAPIName

public String getAndroidEngProdAPIName ()

傳回
String

toString

public String toString ()

傳回
String

public static ClusterHostEvent.HostEventType valueOf (String name)

參數
name String

傳回
ClusterHostEvent.HostEventType

public static final HostEventType[] values ()

傳回
HostEventType[]