ITestDevice.ApexInfo

public static class ITestDevice.ApexInfo
extends Object

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


סוג פשוט של מבנה (struct) לאחסון מידע על APEX יחיד

סיכום

שדות

public final String name

public final String sourceDir

public final long versionCode

יוצרים ציבוריים

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

שיטות ציבוריות

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

שדות

שם

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

שיטות ציבוריות

שווה ל-

public boolean equals (Object other)

פרמטרים
other Object

החזרות
boolean

קוד גיבוב (hashCode)

public int hashCode ()

החזרות
int

toString

public String toString ()

החזרות
String