public abstract class ServerResponse extends RQLResponse
ServerResponse is an RQLResponse that contains information related
to the operation of the server sending the response.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns
true if this object and the specified object have the same property values, and
false otherwise. |
int |
hashCode()
Returns the hash code of this object based on property values.
|
java.lang.String |
toString()
Returns a human readable string representation of this object.
|
getDatepublic boolean equals(java.lang.Object obj)
true if this object and the specified object have the same property values, and
false otherwise.equals in class RQLResponseobj - the object to test for equality.true if this object and the specified object have the same property values, and
false otherwise.public int hashCode()
hashCode in class RQLResponsepublic java.lang.String toString()
toString in class RQLResponseRoboSuite Java API, v9.7.7763