com.supermap.services.rest.management

Class RequestQueryResult

  • java.lang.Object
    • com.supermap.services.rest.management.RequestQueryResult
  • All Implemented Interfaces:
    java.io.Serializable


    public class RequestQueryResult
    extends java.lang.Object
    implements java.io.Serializable
    

    Service access record query class.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      int currentCount
      The number of service access records currently returned.
      InstanceAccessRecord[] records
      Returns the record details for the currently returned service, and the same number as currentCount.
      int totalCount
      Total number of service records.
    • Constructor Summary

      Constructors 
      Constructor and Description
      RequestQueryResult()
      The Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • currentCount

        public int currentCount
        

        The number of service access records currently returned.

      • totalCount

        public int totalCount
        

        Total number of service records.

      • records

        public InstanceAccessRecord[] records
        

        Returns the record details for the currently returned service, and the same number as currentCount.

    • Constructor Detail

      • RequestQueryResult

        public RequestQueryResult()
        

        The Constructor.