public class GetTestResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the result of a get test request.
Constructor and Description |
---|
GetTestResult() |
Modifier and Type | Method and Description |
---|---|
GetTestResult |
clone() |
boolean |
equals(java.lang.Object obj) |
Test |
getTest() |
int |
hashCode() |
void |
setTest(Test test) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetTestResult |
withTest(Test test) |
private Test test
public void setTest(Test test)
test
- public Test getTest()
public GetTestResult withTest(Test test)
test
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetTestResult clone()
clone
in class java.lang.Object