TestSummary.TypedString

public static class TestSummary.TypedString
extends Object

java.lang.Object
   ↳ com.android.tradefed.result.TestSummary.TypedString


Podsumowanie

Konstruktory publiczne

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

Metody publiczne

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

Konstruktory publiczne

TypedString

public TypedString (String string)

Parametry
string String

TypedString

public TypedString (String string, 
                TestSummary.Type type)

Parametry
string String

type TestSummary.Type

Metody publiczne

getString

public String getString ()

Zwroty
String

getType

public TestSummary.Type getType ()

Zwroty
TestSummary.Type

toString

public String toString ()

Zwroty
String