public class GetTestResult extends Object implements Serializable, Cloneable
Represents the result of a get test request.
Constructor and Description |
---|
GetTestResult() |
Modifier and Type | Method and Description |
---|---|
GetTestResult |
clone() |
boolean |
equals(Object obj) |
Test |
getTest()
Returns the value of the Test property for this object.
|
int |
hashCode() |
void |
setTest(Test test)
Sets the value of the Test property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetTestResult |
withTest(Test test)
Sets the value of the Test property for this object.
|
public void setTest(Test test)
test
- The new value for the Test property for this object.public Test getTest()
public GetTestResult withTest(Test test)
test
- The new value for the Test property for this object.public String toString()
toString
in class Object
Object.toString()
public GetTestResult clone()
Copyright © 2015. All rights reserved.