public abstract class RQLResponse extends RQLConstruct
RQLResponse is an RQLConstruct sent as a response to an
RQLRequest. Typically, the RQLRequest is sent by a client, and the
RQLResponse is sent by a server.
The RQLResponse contains a date property whose value is the date at which
the response was created at the server.
| Modifier | Constructor and Description |
|---|---|
protected |
RQLResponse(java.util.Date date)
Constructor.
|
| 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. |
java.util.Date |
getDate()
Returns the date at which the response was created at the server.
|
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.
|
protected RQLResponse(java.util.Date date)
date - the date at which the response was created by the server.public java.util.Date getDate()
public 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 RQLConstructobj - 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 RQLConstructpublic java.lang.String toString()
toString in class RQLConstructRoboSuite Java API, v9.7.7763