Class CopyCommand

    • Constructor Detail

      • CopyCommand

        public CopyCommand()
      • CopyCommand

        public CopyCommand​(byte[] source,
                           byte[] destination,
                           Integer db,
                           boolean replace)
    • Method Detail

      • getSource

        public byte[] getSource()
      • setSource

        public void setSource​(byte[] source)
      • getDestination

        public byte[] getDestination()
      • setDestination

        public void setDestination​(byte[] destination)
      • setDb

        public void setDb​(Integer db)
      • isReplace

        public boolean isReplace()
      • setReplace

        public void setReplace​(boolean replace)