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