ITestDevice.ApexInfo

public static class ITestDevice.ApexInfo
extends Object

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


Tek bir APEX ile ilgili bilgileri depolamak için basit bir yapı sınıfı

Özet

Fields'ın oynadığı filmler

public final String name

public final String sourceDir

public final long versionCode

Kamu inşaatçıları

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

Herkese açık yöntemler

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

Fields'ın oynadığı filmler

ad

public final String name

sourceDir

public final String sourceDir

versionCode

public final long versionCode

Kamu inşaatçıları

ApexInfo

public ApexInfo (String name, 
                long versionCode)

Parametreler
name String

versionCode long

ApexInfo

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

Parametreler
name String

versionCode long

sourceDir String

Herkese açık yöntemler

eşittir

public boolean equals (Object other)

Parametreler
other Object

İlerlemeler
boolean

hashCode

public int hashCode ()

İlerlemeler
int

toString

public String toString ()

İlerlemeler
String