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()
|
列舉值
公用方法
getAndroidEngProdAPIName
public String getAndroidEngProdAPIName ()
| 傳回 | |
|---|---|
String |
|
toString
public String toString ()
| 傳回 | |
|---|---|
String |
|
valueOf
public static ClusterHostEvent.HostEventType valueOf (String name)
| 參數 | |
|---|---|
name |
String |
| 傳回 | |
|---|---|
ClusterHostEvent.HostEventType |
|