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.SerializableService access record query class.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description intcurrentCountThe number of service access records currently returned.InstanceAccessRecord[]recordsReturns the record details for the currently returned service, and the same number as currentCount.inttotalCountTotal number of service records.
-
Constructor Summary
Constructors Constructor and Description RequestQueryResult()The Constructor.
-
-
-
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.
-
-