Class Command


  • public class Command
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected long count  
    • Constructor Summary

      Constructors 
      Constructor Description
      Command​(long count)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getCount()  
      void setCount​(long count)  
      • Methods inherited from class java.lang.Object

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

      • count

        protected long count
    • Constructor Detail

      • Command

        public Command​(long count)
    • Method Detail

      • getCount

        public long getCount()
      • setCount

        public void setCount​(long count)