ResultDBUtil.TruncationResult

public static final class ResultDBUtil.TruncationResult
extends Object

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


Classe simple permettant de contenir le résultat d'une opération de troncature.

Résumé

Constructeurs publics

TruncationResult(String truncatedString, boolean wasTruncated)

Méthodes publiques

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

Constructeurs publics

TruncationResult

public TruncationResult (String truncatedString, 
                boolean wasTruncated)

Paramètres
truncatedString String

wasTruncated boolean

Méthodes publiques

est égal à

public boolean equals (Object o)

Paramètres
o Object

Renvoie
boolean

getTruncatedString

public String getTruncatedString ()

Renvoie
String

hashCode

public int hashCode ()

Renvoie
int

wasTruncated

public boolean wasTruncated ()

Renvoie
boolean