Class MailSendController.Ins
-
- All Implemented Interfaces:
public class MailSendController.Ins
-
-
Field Summary
Fields Modifier and Type Field Description public longid
-
Constructor Summary
Constructors Constructor Description MailSendController.Ins()
-
Method Summary
Modifier and Type Method Description longgetId()Mail id voidsetId(long id)Mail id booleanisRetry()Whether retry async if fail booleanisCheck()Whether to check the send condition, otherwise force send booleanequals(Object o)inthashCode()StringtoString()voidsetRetry(boolean retry)Whether retry async if fail voidsetCheck(boolean check)Whether to check the send condition, otherwise force send -
-
Method Detail
-
getId
long getId()
Mail id
-
setId
void setId(long id)
Mail id
-
isRetry
boolean isRetry()
Whether retry async if fail
-
isCheck
boolean isCheck()
Whether to check the send condition, otherwise force send
-
hashCode
int hashCode()
-
setRetry
void setRetry(boolean retry)
Whether retry async if fail
-
setCheck
void setCheck(boolean check)
Whether to check the send condition, otherwise force send
-
-
-
-