Package com.bytedesk.core.email
Class EmailSendResult
java.lang.Object
com.bytedesk.core.email.EmailSendResult
邮件发送结果
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EmailSendResultfailure(EmailSendResult.SendCodeErrorType errorType, String errorMessage) 失败结果static EmailSendResultsuccess()成功结果
-
Field Details
-
success
private boolean success是否成功 -
errorType
错误类型 -
errorMessage
错误信息
-
-
Constructor Details
-
EmailSendResult
public EmailSendResult()
-
-
Method Details
-
success
成功结果 -
failure
public static EmailSendResult failure(EmailSendResult.SendCodeErrorType errorType, String errorMessage) 失败结果
-