Class ZqlSearchRequest


  • public class ZqlSearchRequest
    extends java.lang.Object
    • Constructor Detail

      • ZqlSearchRequest

        public ZqlSearchRequest​(java.lang.String zqlQuery,
                                int offset,
                                int maxRecords)
    • Method Detail

      • getZqlQuery

        public java.lang.String getZqlQuery()
      • setZqlQuery

        public void setZqlQuery​(java.lang.String zqlQuery)
      • getOffset

        public int getOffset()
      • setOffset

        public void setOffset​(int offset)
      • getMaxRecords

        public int getMaxRecords()
      • setMaxRecords

        public void setMaxRecords​(int maxRecords)