Class EurekaResult


  • public class EurekaResult
    extends java.lang.Object
    Result of an EUREKA query
    Since:
    20.09.2023
    Author:
    weiland
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<de.pisa.psa.dto.psa_idx.itf.Doc> documents
      result
    • Constructor Summary

      Constructors 
      Constructor Description
      EurekaResult()
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • documents

        public final java.util.List<de.pisa.psa.dto.psa_idx.itf.Doc> documents
        result
    • Constructor Detail

      • EurekaResult

        public EurekaResult()
        Constructor
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()