Package org.cyclos.impl.logging
Class TaskLogParams
- java.lang.Object
-
- org.cyclos.impl.logging.BaseLogParams
-
- org.cyclos.impl.logging.TaskLogParams
-
- All Implemented Interfaces:
Serializable
public class TaskLogParams extends BaseLogParams
Contains parameters for a background task log- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskLogParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAffectedRecords()ThrowablegetError()StringgetName()LonggetTimeTaken()voidsetAffectedRecords(Long affectedRecords)voidsetError(Throwable error)voidsetName(String name)voidsetTimeTaken(Long timeTaken)
-
-
-
Method Detail
-
getAffectedRecords
public Long getAffectedRecords()
-
getError
public Throwable getError()
-
getName
public String getName()
-
getTimeTaken
public Long getTimeTaken()
-
setAffectedRecords
public void setAffectedRecords(Long affectedRecords)
-
setError
public void setError(Throwable error)
-
setName
public void setName(String name)
-
setTimeTaken
public void setTimeTaken(Long timeTaken)
-
-