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