|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.continuent.tungsten.common.tdf.TdfApiResponse
public class TdfApiResponse
This class defines a APIResponse. Used by the manager API and TDF API as response class to all of the calls.
| Nested Class Summary | |
|---|---|
static class |
TdfApiResponse.Builder
Builder class for a TdfApiResponse |
| Field Summary | |
|---|---|
protected java.lang.Object |
inputObject
The initial request URI as sent to the API |
protected java.lang.Object |
outputPayload
The type of the outputPayload Object |
protected java.net.URI |
requestURI
|
protected java.net.URI |
responseURI
The input object passed as a parameter to the API |
protected java.lang.Integer |
returnCode
Return message related to the returnCode and adding more information |
protected java.lang.String |
returnMessage
The response Object providing the API return value |
| Constructor Summary | |
|---|---|
TdfApiResponse()
Creates a new TdfApiResponse object |
|
TdfApiResponse(java.net.URI requestURI)
Creates a new TdfApiResponse object |
|
| Method Summary | |
|---|---|
java.lang.Object |
getInputObject()
|
java.lang.Object |
getOutputPayload()
|
java.lang.Class<?> |
getOutputPayloadClass()
Returns the outputPayloadClass value. |
java.net.URI |
getRequestURI()
|
java.net.URI |
getResponseURI()
|
java.lang.Integer |
getReturnCode()
|
java.lang.String |
getReturnMessage()
Get the returnMessage. |
void |
setInputObject(java.lang.Object inputObject)
|
void |
setOutputPayload(java.lang.Object outputPayload)
|
void |
setRequestURI(java.net.URI requestURI)
|
void |
setResponseURI(java.net.URI responseURI)
|
void |
setReturnCode(java.lang.Integer returnCode)
|
void |
setReturnMessage(java.lang.String returnMessage)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.net.URI requestURI
protected java.lang.Object inputObject
protected java.net.URI responseURI
protected java.lang.Integer returnCode
protected java.lang.String returnMessage
protected java.lang.Object outputPayload
| Constructor Detail |
|---|
public TdfApiResponse()
TdfApiResponse object
public TdfApiResponse(java.net.URI requestURI)
TdfApiResponse object
requestURI - The URI corresponding to the submitted request.| Method Detail |
|---|
public java.lang.Class<?> getOutputPayloadClass()
public java.lang.String getReturnMessage()
public java.net.URI getRequestURI()
public void setRequestURI(java.net.URI requestURI)
public java.lang.Object getInputObject()
public void setInputObject(java.lang.Object inputObject)
public java.net.URI getResponseURI()
public void setResponseURI(java.net.URI responseURI)
public java.lang.Integer getReturnCode()
public void setReturnCode(java.lang.Integer returnCode)
public void setReturnMessage(java.lang.String returnMessage)
public java.lang.Object getOutputPayload()
public void setOutputPayload(java.lang.Object outputPayload)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||