Google cam kết thúc đẩy công bằng chủng tộc cho Cộng đồng người da đen. Xem cách thực hiện.
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.

TestResource

public class TestResource
extends Object

java.lang.Object
com.android.tradefed.cluster.TestResource


Một lớp để lập mô hình thông báo TestResource do TFC API trả về.

Tóm lược

Phương pháp công khai

static TestResource fromJson (JSONObject json)
static fromJsonArray (JSONArray jsonArray)
boolean getDecompress ()
String getDecompressDir ()
File getDecompressDir (File parentDir)
getDecompressFiles ()
File getFile (File parentDir)
String getName ()
String getUrl ()
boolean mountZip ()
JSONObject toJson ()

Phương pháp công khai

fromJson

public static TestResource fromJson (JSONObject json)

Thông số
json JSONObject

Lợi nhuận
TestResource

fromJsonArray

public static  fromJsonArray (JSONArray jsonArray)

Thông số
jsonArray JSONArray

Lợi nhuận

Ném
JSONException

getDecompress

public boolean getDecompress ()

Lợi nhuận
boolean

getDecompressDir

public String getDecompressDir ()

Lợi nhuận
String

getDecompressDir

public File getDecompressDir (File parentDir)

Thông số
parentDir File

Lợi nhuận
File

getDecompressFiles

public  getDecompressFiles ()

Lợi nhuận

có được file

public File getFile (File parentDir)

Thông số
parentDir File

Lợi nhuận
File

getName

public String getName ()

Lợi nhuận
String

getUrl

public String getUrl ()

Lợi nhuận
String

mountZip

public boolean mountZip ()

Lợi nhuận
boolean

toJson

public JSONObject toJson ()

Lợi nhuận
JSONObject

Ném
JSONException