Class CoreReplicationAPI.IndexVersionResponse

    • Field Detail

      • indexVersion

        public Long indexVersion
      • generation

        public Long generation
      • status

        public String status
    • Constructor Detail

      • IndexVersionResponse

        public IndexVersionResponse()
      • IndexVersionResponse

        public IndexVersionResponse​(Long indexVersion,
                                    Long generation,
                                    String status)