public final class RobotOutputObjectResponse extends RobotResponse
RobotOutputObjectResponse is a RobotResponse that contains an output object.RpaObject| Constructor and Description |
|---|
RobotOutputObjectResponse(java.util.Date date,
java.lang.String robotURL,
java.lang.String executionId,
int robotRunId,
int robotId,
RpaObject 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. |
RpaObject |
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, getRobotURLpublic RobotOutputObjectResponse(java.util.Date date,
java.lang.String robotURL,
java.lang.String executionId,
int robotRunId,
int robotId,
RpaObject outputObject)
RobotOutputObjectResponse with the specified property values.date - 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 RpaObject 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 java.lang.ObjectKofax RPA Java API, v11.5.17