ResultDBUtil.TruncationResult

public static final class ResultDBUtil.TruncationResult
extends Object

java.lang.Object
   ↳ com.android.tradefed.result.resultdb.ResultDBUtil.TruncationResult


Eine einfache Klasse zum Speichern des Ergebnisses eines Kürzungsvorgangs.

Zusammenfassung

Öffentliche Konstruktoren

TruncationResult(String truncatedString, boolean wasTruncated)

Öffentliche Methoden

boolean equals(Object o)
String getTruncatedString()
int hashCode()
boolean wasTruncated()

Öffentliche Konstruktoren

TruncationResult

public TruncationResult (String truncatedString, 
                boolean wasTruncated)

Parameter
truncatedString String

wasTruncated boolean

Öffentliche Methoden

ist gleich

public boolean equals (Object o)

Parameter
o Object

Gibt Folgendes zurück:
boolean

getTruncatedString

public String getTruncatedString ()

Gibt Folgendes zurück:
String

hashCode

public int hashCode ()

Gibt Folgendes zurück:
int

wasTruncated

public boolean wasTruncated ()

Gibt Folgendes zurück:
boolean