Package de.pisa.psa.rst.uti
Class EurekaContinuationKey
- java.lang.Object
-
- de.pisa.psa.rst.uti.EurekaContinuationKey
-
public class EurekaContinuationKey extends java.lang.Object
Generator and parser for the continuation key used by the EUREKA search- Since:
- 08.07.2024
- Author:
- weiland
-
-
Constructor Summary
Constructors Constructor Description EurekaContinuationKey(int skip)
Create a new continuationEurekaContinuationKey(java.lang.String key)
Parse the continuation key
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
generate()
generate the keyint
getSkip()
get the number of records to skipjava.lang.String
toString()
-