Class MailSenderManager.BatchResult
-
- All Implemented Interfaces:
public class MailSenderManager.BatchResult
-
-
Field Summary
Fields Modifier and Type Field Description public TinyMailMessagetinyMessagepublic longcostMillispublic longdoneMillispublic Exceptionexception
-
Constructor Summary
Constructors Constructor Description MailSenderManager.BatchResult()
-
Method Summary
Modifier and Type Method Description TinyMailMessagegetTinyMessage()longgetCostMillis()longgetDoneMillis()ExceptiongetException()-
-
Method Detail
-
getTinyMessage
TinyMailMessage getTinyMessage()
-
getCostMillis
long getCostMillis()
-
getDoneMillis
long getDoneMillis()
-
getException
Exception getException()
-
-
-
-