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
公共方法
getAndroidEngProdAPIName
public String getAndroidEngProdAPIName ()
退貨 | |
---|---|
String |
到字符串
public String toString ()
退貨 | |
---|---|
String |
的價值
public static ClusterHostEvent.HostEventType valueOf (String name)
參數 | |
---|---|
name | String |
退貨 | |
---|---|
ClusterHostEvent.HostEventType |
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2023-04-28 (世界標準時間)。
[]
[]