Methods Summary |
---|
java.lang.String | getException()
return exception;
|
java.lang.String | getRequestId()
return requestId;
|
long | getTimeStamp()
return timeStamp;
|
void | setException(java.lang.String exception)
this.exception = exception;
|
void | setRequestId(java.lang.String requestId)
this.requestId = requestId;
|
void | setTimeStamp(long timeStamp)
this.timeStamp = timeStamp;
|