Class WatcherConfig


  • public class WatcherConfig
    extends java.lang.Object
    Watcher Configuration Class
    • Constructor Summary

      Constructors 
      Constructor Description
      WatcherConfig()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getChannel()  
      java.lang.String getLocalId()  
      boolean isVerbose()  
      void setChannel​(java.lang.String channel)  
      void setLocalId​(java.lang.String localId)  
      void setVerbose​(boolean verbose)  
      • Methods inherited from class java.lang.Object

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

      • WatcherConfig

        public WatcherConfig()
    • Method Detail

      • getChannel

        public java.lang.String getChannel()
      • setChannel

        public void setChannel​(java.lang.String channel)
      • isVerbose

        public boolean isVerbose()
      • setVerbose

        public void setVerbose​(boolean verbose)
      • getLocalId

        public java.lang.String getLocalId()
      • setLocalId

        public void setLocalId​(java.lang.String localId)