ResultDBUtil.TruncationResult

public static final class ResultDBUtil.TruncationResult
extends Object

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


Prosta klasa do przechowywania wyniku operacji obcinania.

Podsumowanie

Konstruktory publiczne

TruncationResult(String truncatedString, boolean wasTruncated)

Metody publiczne

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

Konstruktory publiczne

TruncationResult

public TruncationResult (String truncatedString, 
                boolean wasTruncated)

Parametry
truncatedString String

wasTruncated boolean

Metody publiczne

równa się

public boolean equals (Object o)

Parametry
o Object

Zwraca
boolean

getTruncatedString

public String getTruncatedString ()

Zwraca
String

hashCode

public int hashCode ()

Zwraca
int

wasTruncated

public boolean wasTruncated ()

Zwraca
boolean