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

主机状态已更改

public static final ClusterHostEvent.HostEventType HostStateChanged

公共方法

getAndroidEngProdAPIName

public String getAndroidEngProdAPIName ()

返回
String

toString

public String toString ()

返回
String

valueOf

public static ClusterHostEvent.HostEventType valueOf (String name)

参数
name String

返回
ClusterHostEvent.HostEventType

values

public static final HostEventType[] values ()

返回
HostEventType[]