Class RecordCountResult


  • public class RecordCountResult
    extends Object
    Result for a count of records for a given type
    • Constructor Detail

      • RecordCountResult

        public RecordCountResult()
    • Method Detail

      • getCount

        public long getCount()
      • getMaxId

        public Long getMaxId()
      • getTypeId

        public Long getTypeId()
      • hashCode

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

        public void setCount​(long count)
      • setMaxId

        public void setMaxId​(Long maxId)
      • setTypeId

        public void setTypeId​(Long typeId)