Package com.soffid.iam.sync.engine.intf
Class DebugTaskResults
- java.lang.Object
-
- com.soffid.iam.sync.engine.intf.DebugTaskResults
-
- All Implemented Interfaces:
Serializable
public class DebugTaskResults extends Object implements Serializable
ValueObject DebugTaskResults- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DebugTaskResults()
DebugTaskResults(DebugTaskResults otherBean)
DebugTaskResults(String status, String log, Exception exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Exception
getException()
Gets value for attribute exceptionString
getLog()
Gets value for attribute logString
getStatus()
Gets value for attribute statusvoid
setException(Exception exception)
Sets value for attribute exceptionvoid
setLog(String log)
Sets value for attribute logvoid
setStatus(String status)
Sets value for attribute statusString
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
DebugTaskResults
public DebugTaskResults()
-
DebugTaskResults
public DebugTaskResults(DebugTaskResults otherBean)
-
-
Method Detail
-
getStatus
public String getStatus()
Gets value for attribute status
-
setStatus
public void setStatus(String status)
Sets value for attribute status
-
getLog
public String getLog()
Gets value for attribute log
-
setLog
public void setLog(String log)
Sets value for attribute log
-
getException
public Exception getException()
Gets value for attribute exception
-
setException
public void setException(Exception exception)
Sets value for attribute exception
-
-