public final class RobotOutputObjectResponse extends RobotResponse
RobotOutputObjectResponse is a RobotResponse that contains an
extracted object.
The RobotOutputObjectResponse has an extractedObject property whose value
is the extracted object.
ExecuteRequest,
RQLObject,
Serialized Form| Constructor and Description |
|---|
RobotOutputObjectResponse(java.util.Date date,
java.lang.String robotURL,
java.lang.String executionId,
int robotRunId,
int robotId,
RQLObject outputObject)
Creates a
RobotOutputObjectResponse with the specified property values. |
| 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. |
RQLObject |
getOutputObject()
Returns the output object.
|
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.
|
getExecutionId, getRobotId, getRobotRunId, getRobotURLgetDatepublic RobotOutputObjectResponse(java.util.Date date,
java.lang.String robotURL,
java.lang.String executionId,
int robotRunId,
int robotId,
RQLObject outputObject)
RobotOutputObjectResponse with the specified property values.
This constrictor is subject to change if the RQL protocol is extendeddate - the date at which the response was created by the server.robotURL - the robot file URL.executionId - the execution id.robotRunId - the robot run id.robotId - the robot id.outputObject - the output object.java.lang.NullPointerException - if the outputObject parameter
is null.public RQLObject getOutputObject()
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 RobotResponseobj - 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 RobotResponsepublic java.lang.String toString()
toString in class RobotResponseRoboSuite Java API, v9.7.7763