ResultDBUtil.TruncationResult

public static final class ResultDBUtil.TruncationResult
extends Object

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


Kısaltma işleminin sonucunu tutan basit bir sınıf.

Özet

Herkese açık oluşturucular

TruncationResult(String truncatedString, boolean wasTruncated)

Herkese açık yöntemler

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

Herkese açık oluşturucular

TruncationResult

public TruncationResult (String truncatedString, 
                boolean wasTruncated)

Parametreler
truncatedString String

wasTruncated boolean

Herkese açık yöntemler

şuna eşittir:

public boolean equals (Object o)

Parametreler
o Object

İadeler
boolean

getTruncatedString

public String getTruncatedString ()

İadeler
String

hashCode

public int hashCode ()

İadeler
int

wasTruncated

public boolean wasTruncated ()

İadeler
boolean