ITestDevice.ApexInfo

public static class ITestDevice.ApexInfo
extends Object

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


คลาส Struct อย่างง่ายสำหรับจัดเก็บข้อมูลเกี่ยวกับ APEX รายการเดียว

สรุป

ฟิลด์

public final boolean isFactory

public final String name

public final String sourceDir

public final long versionCode

เครื่องมือสร้างสาธารณะ

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

เมธอดสาธารณะ

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

ทุ่ง

isFactory

public final boolean isFactory

ชื่อ

public final String name

sourceDir

public final String sourceDir

versionCode

public final long versionCode

เครื่องมือสร้างสาธารณะ

ApexInfo

public ApexInfo (String name, 
                long versionCode)

พารามิเตอร์
name String

versionCode long

ApexInfo

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

พารามิเตอร์
name String

versionCode long

sourceDir String

ApexInfo

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

พารามิเตอร์
name String

versionCode long

sourceDir String

isFactory boolean

เมธอดสาธารณะ

เท่ากับ

public boolean equals (Object other)

พารามิเตอร์
other Object

การคืนสินค้า
boolean

hashCode

public int hashCode ()

การคืนสินค้า
int

toString

public String toString ()

การคืนสินค้า
String