ResultDBUtil.TruncationResult

public static final class ResultDBUtil.TruncationResult
extends Object

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


A simple class to hold the result of a truncation operation.

Summary

Public constructors

TruncationResult(String truncatedString, boolean wasTruncated)

Public methods

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

Public constructors

TruncationResult

public TruncationResult (String truncatedString, 
                boolean wasTruncated)

Parameters
truncatedString String

wasTruncated boolean

Public methods

equals

public boolean equals (Object o)

Parameters
o Object

Returns
boolean

getTruncatedString

public String getTruncatedString ()

Returns
String

hashCode

public int hashCode ()

Returns
int

wasTruncated

public boolean wasTruncated ()

Returns
boolean