com.tivoli.am.fim.email

Class EmailSender.SendStatus

  • java.lang.Object
    • com.tivoli.am.fim.email.EmailSender.SendStatus
  • Enclosing class:
    EmailSender


    public class EmailSender.SendStatus
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      SendStatus(boolean success, java.lang.String message) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getMessage() 
      boolean getSuccess() 
      • Methods inherited from class java.lang.Object

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

      • SendStatus

        public SendStatus(boolean success,
                          java.lang.String message)
    • Method Detail

      • getSuccess

        public boolean getSuccess()
      • getMessage

        public java.lang.String getMessage()