ITestDevice.ApexInfo

public static class ITestDevice.ApexInfo
extends Object

java.lang.Object
   ↳ com.android.tradefed.device.ITestDevice.ApexInfo


Một lớp cấu trúc đơn giản để lưu trữ thông tin về một APEX

Tóm tắt

Trường

public final String name

public final String sourceDir

public final long versionCode

Hàm khởi tạo công khai

ApexInfo(String name, long versionCode, String sourceDir)
ApexInfo(String name, long versionCode)

Phương thức công khai

boolean equals(Object other)
int hashCode()
String toString()

Trường

tên

public final String name

sourceDir

public final String sourceDir

Mã phiên bản mã (versionCode)

public final long versionCode

Hàm khởi tạo công khai

Thông tin Apex

public ApexInfo (String name, 
                long versionCode, 
                String sourceDir)

Tham số
name String

versionCode long

sourceDir String

Thông tin Apex

public ApexInfo (String name, 
                long versionCode)

Tham số
name String

versionCode long

Các phương thức công khai

bằng

public boolean equals (Object other)

Tham số
other Object

Giá trị trả về
boolean

hashCode

public int hashCode ()

Giá trị trả về
int

toString

public String toString ()

Giá trị trả về
String