Class ReadmailHost

  • All Implemented Interfaces:
    java.io.Serializable

    public class ReadmailHost
    extends java.lang.Object
    implements java.io.Serializable
    Define the host and port of the sendmail server. If you don't, defaults will be used and ${ipaddr} is replaced with the IP address of the service.
    See Also:
    Serialized Form
    • Constructor Detail

      • ReadmailHost

        public ReadmailHost()
      • ReadmailHost

        public ReadmailHost​(java.lang.String host,
                            java.lang.Long port)
    • Method Detail

      • getHost

        public java.lang.String getHost()
      • setHost

        public void setHost​(java.lang.String host)
      • getPort

        public java.lang.Long getPort()
      • setPort

        public void setPort​(java.lang.Long port)
      • setReadmailProtocol

        public void setReadmailProtocol​(ReadmailProtocol readmailProtocol)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object