SuiteResultCacheUtil.CacheResultDescriptor

public static class SuiteResultCacheUtil.CacheResultDescriptor
extends Object

java.lang.Object
   ↳ com.android.tradefed.testtype.suite.SuiteResultCacheUtil.CacheResultDescriptor


說明快取結果。

摘要

公用建構函式

CacheResultDescriptor(boolean cacheHit, String explanation)

公用方法

String getDetails()
boolean isCacheHit()

公用建構函式

CacheResultDescriptor (快取結果描述元)

public CacheResultDescriptor (boolean cacheHit, 
                String explanation)

參數
cacheHit boolean

explanation String

公用方法

getDetails

public String getDetails ()

傳回
String

isCacheHit

public boolean isCacheHit ()

傳回
boolean