ITestDevice.ApexInfo
public
static
class
ITestDevice.ApexInfo
extends Object
JavaScript.lang.Object | |
↳ | com.android.tradefed.device.ITestDevice.ApexInfo |
מחלקה פשוטה של builder לאחסון מידע על APEX יחיד
סיכום
שדות | |
---|---|
public
final
String |
name
|
public
final
String |
sourceDir
|
public
final
long |
versionCode
|
בנאים ציבוריים | |
---|---|
ApexInfo(String name, long versionCode, String sourceDir)
|
|
ApexInfo(String name, long versionCode)
|
שיטות ציבוריות | |
---|---|
boolean
|
equals(Object other)
|
int
|
hashCode()
|
String
|
toString()
|
שדות
שם
public final String name
sourceDir
public final String sourceDir
קוד גרסה
public final long versionCode
בנאים ציבוריים
מידע בנושא ApexInfo
public ApexInfo (String name, long versionCode, String sourceDir)
פרמטרים | |
---|---|
name |
String |
versionCode |
long |
sourceDir |
String |
מידע בנושא ApexInfo
public ApexInfo (String name, long versionCode)
פרמטרים | |
---|---|
name |
String |
versionCode |
long |
שיטות ציבוריות
שווה ל-
public boolean equals (Object other)
פרמטרים | |
---|---|
other |
Object |
החזרות | |
---|---|
boolean |
קוד גיבוב (hashCode)
public int hashCode ()
החזרות | |
---|---|
int |
toString (מחרוזת)
public String toString ()
החזרות | |
---|---|
String |