Package com.soffid.iam.sync.api
Class DebugTaskResults
java.lang.Object
com.soffid.iam.sync.api.DebugTaskResults
- All Implemented Interfaces:
Serializable
ValueObject DebugTaskResults
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDebugTaskResults(DebugTaskResults otherBean) DebugTaskResults(String status, String log, Exception exception) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute exceptiongetLog()Gets value for attribute logGets value for attribute statusvoidsetException(Exception exception) Sets value for attribute exceptionvoidSets value for attribute logvoidSets value for attribute statustoString()Returns a string representation of the value object.
-
Constructor Details
-
DebugTaskResults
public DebugTaskResults() -
DebugTaskResults
-
DebugTaskResults
-
-
Method Details
-
getStatus
Gets value for attribute status -
setStatus
Sets value for attribute status -
getLog
Gets value for attribute log -
setLog
Sets value for attribute log -
getException
Gets value for attribute exception -
setException
Sets value for attribute exception -
toString
Returns a string representation of the value object.
-