public interface Response
The following features are supported:
UtilPackage.getResponse()| Modifier and Type | Method and Description |
|---|---|
<any> |
getData()
Returns the value of the 'Data' containment reference list.
|
java.lang.String |
getResponseCode()
Returns the value of the 'Response Code' attribute.
|
java.lang.String |
getResponseMessage()
Returns the value of the 'Response Message' attribute.
|
int |
getResultSize()
Returns the value of the 'Result Size' attribute.
|
java.util.Date |
getTimestamp()
Returns the value of the 'Timestamp' attribute.
|
void |
setResponseCode(java.lang.String value)
Sets the value of the '
Response Code' attribute. |
void |
setResponseMessage(java.lang.String value)
Sets the value of the '
Response Message' attribute. |
void |
setResultSize(int value)
Sets the value of the '
Result Size' attribute. |
void |
setTimestamp(java.util.Date value)
Sets the value of the '
Timestamp' attribute. |
java.util.Date getTimestamp()
setTimestamp(Date),
UtilPackage.getResponse_Timestamp()void setTimestamp(java.util.Date value)
Timestamp' attribute.
value - the new value of the 'Timestamp' attribute.getTimestamp()int getResultSize()
setResultSize(int),
UtilPackage.getResponse_ResultSize()void setResultSize(int value)
Result Size' attribute.
value - the new value of the 'Result Size' attribute.getResultSize()java.lang.String getResponseCode()
setResponseCode(String),
UtilPackage.getResponse_ResponseCode()void setResponseCode(java.lang.String value)
Response Code' attribute.
value - the new value of the 'Response Code' attribute.getResponseCode()java.lang.String getResponseMessage()
setResponseMessage(String),
UtilPackage.getResponse_ResponseMessage()void setResponseMessage(java.lang.String value)
Response Message' attribute.
value - the new value of the 'Response Message' attribute.getResponseMessage()<any> getData()
org.eclipse.emf.ecore.EObject.
General purpose data, dpending on the request
UtilPackage.getResponse_Data()Data In Motion GmbH all rights reserved