public class Response
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
response |
Constructor and Description |
---|
Response()
Create a Response instance
|
Response(java.lang.Object response)
Creates a Response instance for a specified object
|
Response(Response response)
Creates a Response instance for a specified response object
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getResponse()
Returns a response object
|
java.lang.Integer |
getRowCount()
Return recordsCount
|
void |
setResponse(java.lang.Object response)
Sets the value for this response object
|
void |
setRowCount(java.lang.Integer rc)
Set recordsCount value
|
public Response()
public Response(Response response)
response
- public Response(java.lang.Object response)
response
- Specifies the objectpublic void setResponse(java.lang.Object response)
response
- Specifies the objectpublic java.lang.Object getResponse()
public void setRowCount(java.lang.Integer rc)
rc
- public java.lang.Integer getRowCount()