Class AbstractSender

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected SenderType type
      The type of sender.
    • Field Detail

      • type

        protected final SenderType type
        The type of sender.
    • Constructor Detail

      • AbstractSender

        protected AbstractSender​(SenderType type)
    • Method Detail

      • getType

        public SenderType getType()
        The type of sender.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

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