Class Details


  • public class Details
    extends Object

    Details (header) of a PADRE result packet

    Contains information about the collection and the PADRE version.

    Since:
    11.0
    • Field Detail

      • padreVersion

        private String padreVersion
        Version of the PADRE query processor.
      • collectionSize

        private String collectionSize
        Size of the index.
      • collectionUpdated

        private Date collectionUpdated
        Last updated date of the index.
    • Constructor Detail

      • Details

        public Details​(String padreVersion,
                       String collectionSize,
                       Date collectionUpdated)
      • Details

        public Details()
    • Method Detail

      • getPadreVersion

        public String getPadreVersion()
        Version of the PADRE query processor.
      • setPadreVersion

        public void setPadreVersion​(String padreVersion)
        Version of the PADRE query processor.
      • getCollectionSize

        public String getCollectionSize()
        Size of the index.
      • setCollectionSize

        public void setCollectionSize​(String collectionSize)
        Size of the index.
      • getCollectionUpdated

        public Date getCollectionUpdated()
        Last updated date of the index.
      • setCollectionUpdated

        public void setCollectionUpdated​(Date collectionUpdated)
        Last updated date of the index.