Class DeltaQueryAnswerInfo
java.lang.Object
tech.oxfordsemantic.jrdfox.client.DeltaQueryAnswerInfo
Represents the answer information to a delta query.
-
Constructor Summary
ConstructorsConstructorDescriptionDeltaQueryAnswerInfo(String deltaQueryName, long dataStoreVersion, DeltaQueryAnswerType deltaQueryAnswerType, String path, String formatName) -
Method Summary
Modifier and TypeMethodDescriptionbooleanlongReturns the data store version which caused this delta query answer to be created.Returns the delta query answer type.Returns the name of the delta query of this delta query answer.Returns the format name.getPath()Returns the path to the query answer.inthashCode()
-
Constructor Details
-
DeltaQueryAnswerInfo
public DeltaQueryAnswerInfo(String deltaQueryName, long dataStoreVersion, DeltaQueryAnswerType deltaQueryAnswerType, String path, String formatName)
-
-
Method Details
-
getDeltaQueryName
Returns the name of the delta query of this delta query answer.- Returns:
- the name of the delta query of this delta query answer
-
getDataStoreVersion
public long getDataStoreVersion()Returns the data store version which caused this delta query answer to be created.- Returns:
- the data store version which caused this delta query answer to be created
-
getDeltaQueryAnswerType
Returns the delta query answer type.- Returns:
- the delta query answer type
-
getPath
-
getFormatName
-
hashCode
-
equals
-