Class DeltaQueryAnswerInfo

java.lang.Object
tech.oxfordsemantic.jrdfox.client.DeltaQueryAnswerInfo

public class DeltaQueryAnswerInfo extends Object
Represents the answer information to a delta query.
  • Constructor Details

  • Method Details

    • getDeltaQueryName

      public String 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

      public DeltaQueryAnswerType getDeltaQueryAnswerType()
      Returns the delta query answer type.
      Returns:
      the delta query answer type
    • getPath

      public String getPath()
      Returns the path to the query answer.
      Returns:
      the path to the query answer
    • getFormatName

      public String getFormatName()
      Returns the format name.
      Returns:
      the format name
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object