Class RequestResponse
-
- All Implemented Interfaces:
public final class RequestResponse
-
-
Constructor Summary
Constructors Constructor Description RequestResponse(String RecordId, String ErrorCode, String ErrorMessage)
-
Method Summary
Modifier and Type Method Description final StringgetRecordId()final StringgetErrorCode()final StringgetErrorMessage()-
-
Method Detail
-
getRecordId
final String getRecordId()
-
getErrorCode
final String getErrorCode()
-
getErrorMessage
final String getErrorMessage()
-
-
-
-