Testsummary.TypedString

public static class TestSummary.TypedString
extends Object

java.lang.オブジェクト
com.android.tradefed.result.Testsummary.TypedString


まとめ

パブリックコンストラクター

TypedString (String string)
TypedString (String string, TestSummary.Type type)

パブリックメソッド

String getString ()
TestSummary.Type getType ()
String toString ()

パブリックコンストラクター

型指定された文字列

public TypedString (String string)

パラメーター
string String

型指定された文字列

public TypedString (String string, 
                TestSummary.Type type)

パラメーター
string String

type TestSummary.Type

パブリックメソッド

文字列の取得

public String getString ()

戻り値
String

getType

public TestSummary.Type getType ()

戻り値
TestSummary.Type

toString

public String toString ()

戻り値
String