Class BuddyPluginAZ2.chatMessage

  • Enclosing class:
    BuddyPluginAZ2

    public static class BuddyPluginAZ2.chatMessage
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map map  
      private java.lang.String nick  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected chatMessage​(java.lang.String _nick, java.util.Map _map)  
    • Method Summary

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

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

      • nick

        private java.lang.String nick
      • map

        private java.util.Map map
    • Constructor Detail

      • chatMessage

        protected chatMessage​(java.lang.String _nick,
                              java.util.Map _map)
    • Method Detail

      • getNickName

        public java.lang.String getNickName()
      • getMessage

        public java.util.Map getMessage()