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