Package org.openiam.base.response
Class GetReportInfoResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.base.response.GetReportInfoResponse
-
- All Implemented Interfaces:
Serializable
public class GetReportInfoResponse extends Response
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ReportInfoDto
report
-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description GetReportInfoResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportInfoDto
getReport()
void
setReport(ReportInfoDto report)
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, getValueInternal, isFailure, isSuccess, succeed
-
-
-
-
Field Detail
-
report
protected ReportInfoDto report
-
-
Method Detail
-
getReport
public ReportInfoDto getReport()
-
setReport
public void setReport(ReportInfoDto report)
-
-