Class MailSendController.Ins

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public long id
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      long getId() Mail id
      void setId(long id) Mail id
      boolean isRetry() Whether retry async if fail
      boolean isCheck() Whether to check the send condition, otherwise force send
      boolean equals(Object o)
      int hashCode()
      String toString()
      void setRetry(boolean retry) Whether retry async if fail
      void setCheck(boolean check) Whether to check the send condition, otherwise force send
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MailSendController.Ins

        MailSendController.Ins()
    • 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

      • setRetry

         void setRetry(boolean retry)

        Whether retry async if fail

      • setCheck

         void setCheck(boolean check)

        Whether to check the send condition, otherwise force send