public final class ProcessLog extends Object
Represents document process details.
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Get the process date and time.
|
int |
getFailed()
Quantity of signatures that failed during processing.
|
String |
getMessage()
Get the process description.
|
List<BaseSignature> |
getSignatures()
The list of successfully processed signatures.
|
int |
getSucceeded()
Quantity of successfully processed signatures.
|
int |
getType()
Get the process type.
|
public final Date getDate()
Get the process date and time.
public final int getFailed()
Quantity of signatures that failed during processing.
public final String getMessage()
Get the process description.
public final List<BaseSignature> getSignatures()
The list of successfully processed signatures.
public final int getSucceeded()
Quantity of successfully processed signatures.
public final int getType()
Get the process type.