Class GqlResults

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Integer limit  
      java.lang.Integer start  
      java.lang.Integer total  
    • Constructor Summary

      Constructors 
      Constructor Description
      GqlResults()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • total

        public java.lang.Integer total
      • start

        public java.lang.Integer start
      • limit

        public java.lang.Integer limit
    • Constructor Detail

      • GqlResults

        public GqlResults()