Class IndexVersionResponse

  • All Implemented Interfaces:
    ReflectWritable

    public class IndexVersionResponse
    extends SolrJerseyResponse
    Response body for the `GET /api/cores/coreName/replication/indexversion` API
    • 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)