Class Details
- java.lang.Object
-
- com.funnelback.publicui.search.model.padre.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 Summary
Fields Modifier and Type Field Description private String
collectionSize
Size of the index.private Date
collectionUpdated
Last updated date of the index.private String
padreVersion
Version of the PADRE query processor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCollectionSize()
Size of the index.Date
getCollectionUpdated()
Last updated date of the index.String
getPadreVersion()
Version of the PADRE query processor.void
setCollectionSize(String collectionSize)
Size of the index.void
setCollectionUpdated(Date collectionUpdated)
Last updated date of the index.void
setPadreVersion(String padreVersion)
Version of the PADRE query processor.String
toString()
-
-
-
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.
-
-