Class Client


  • public class Client
    extends java.lang.Object
    Representation of a client app.
    Since:
    5.2.1
    Author:
    Jamal Kaabi-Mofrad
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String client
      client app name.
    • Constructor Summary

      Constructors 
      Constructor Description
      Client()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClient()  
      Client setClient​(java.lang.String client)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • client

        protected java.lang.String client
        client app name. Used to lookup the client that is registered to send emails so that client's specific configuration could be used.
    • Constructor Detail

      • Client

        public Client()
    • Method Detail

      • getClient

        public java.lang.String getClient()
      • setClient

        public Client setClient​(java.lang.String client)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object