Class EmailAddress


  • public class EmailAddress
    extends Email
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  EmailAddress.Builder  
      • Nested classes/interfaces inherited from class ch.weetech.alert.Email

        Email.Type
    • Method Summary

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

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

      • getAddress

        public java.lang.String getAddress()
      • getName

        public java.lang.String getName()