ResultDBUtil.TruncationResult

public static final class ResultDBUtil.TruncationResult
extends Object

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


一个简单的类,用于保存截断操作的结果。

摘要

公共构造函数

TruncationResult(String truncatedString, boolean wasTruncated)

公共方法

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

公共构造函数

TruncationResult

public TruncationResult (String truncatedString, 
                boolean wasTruncated)

参数
truncatedString String

wasTruncated boolean

公共方法

等于

public boolean equals (Object o)

参数
o Object

返回
boolean

getTruncatedString

public String getTruncatedString ()

返回
String

hashCode

public int hashCode ()

返回
int

wasTruncated

public boolean wasTruncated ()

返回
boolean