Package oracle.iam.application.vo
Class ApplicationJobResult
java.lang.Object
oracle.iam.application.vo.ApplicationJobResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
setCreateBy
(String createBy) void
setCreateTime
(Date createTime) void
setErrorLevelString
(String errorLevelString) void
setExceptionMessage
(String exceptionMessage) void
setExceptionObject
(Throwable exceptionObject) void
void
setJobHistoryId
(Double jobHistoryId) void
setParams
(List<ReconJobParameter> params)
-
Constructor Details
-
ApplicationJobResult
public ApplicationJobResult()
-
-
Method Details