Class GeoAddCommand

    • Constructor Detail

      • GeoAddCommand

        public GeoAddCommand()
      • GeoAddCommand

        public GeoAddCommand​(byte[] key,
                             Geo[] geos)
      • GeoAddCommand

        public GeoAddCommand​(byte[] key,
                             Geo[] geos,
                             ExistType existType,
                             boolean ch)
        Parameters:
        key - key
        geos - geos
        existType - existType
        ch - ch
        Since:
        3.5.2
    • Method Detail

      • getGeos

        public Geo[] getGeos()
      • setGeos

        public void setGeos​(Geo[] geos)
      • isCh

        public boolean isCh()
        Returns:
        ch
        Since:
        3.5.2
      • setCh

        public void setCh​(boolean ch)
        Parameters:
        ch - ch
        Since:
        3.5.2
      • getExistType

        public ExistType getExistType()
        Returns:
        existType
        Since:
        3.5.2
      • setExistType

        public void setExistType​(ExistType existType)
        Parameters:
        existType - existType
        Since:
        3.5.2