Class ApplicationJobResult

java.lang.Object
oracle.iam.application.vo.ApplicationJobResult
All Implemented Interfaces:
Serializable

public class ApplicationJobResult extends Object implements Serializable
See Also:
  • Constructor Details

    • ApplicationJobResult

      public ApplicationJobResult()
  • Method Details

    • getId

      public Double getId()
    • setId

      public void setId(Double id)
    • getJobHistoryId

      public Double getJobHistoryId()
    • setJobHistoryId

      public void setJobHistoryId(Double jobHistoryId)
    • setErrorLevelString

      public void setErrorLevelString(String errorLevelString)
    • getErrorLevelString

      public String getErrorLevelString()
    • getExceptionMessage

      public String getExceptionMessage()
    • setExceptionMessage

      public void setExceptionMessage(String exceptionMessage)
    • getExceptionObject

      public Throwable getExceptionObject() throws Exception
      Throws:
      Exception
    • setExceptionObject

      public void setExceptionObject(Throwable exceptionObject)
    • getCreateBy

      public String getCreateBy()
    • setCreateBy

      public void setCreateBy(String createBy)
    • getCreateTime

      public Date getCreateTime()
    • setCreateTime

      public void setCreateTime(Date createTime)
    • getParams

      public List<ReconJobParameter> getParams() throws Exception
      Throws:
      Exception
    • setParams

      public void setParams(List<ReconJobParameter> params) throws Exception
      Throws:
      Exception