public abstract class ServerResponse extends Response
ServerResponse is an Response that contains information related
to the operation of the server sending the response.| Constructor and Description |
|---|
ServerResponse(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. |
int |
hashCode()
Returns the hash code of this object based on property values.
|
public ServerResponse(java.util.Date date)
date - the date at which the response was created by the server.Kofax RPA Java API, v11.5.17