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