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

公共方法

获取AndroidEngProdAPI名称

public String getAndroidEngProdAPIName ()

退货
String

到字符串

public String toString ()

退货
String

的价值

public static ClusterHostEvent.HostEventType valueOf (String name)

参数
name String

退货
ClusterHostEvent.HostEventType

价值观

public static final HostEventType[] values ()

退货
HostEventType[]