public class RequestQueryResult
extends java.lang.Object
implements java.io.Serializable
Service access record query class.
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 and Description |
---|
RequestQueryResult()
The Constructor.
|
public int currentCount
The number of service access records currently returned.
public int totalCount
Total number of service records.
public InstanceAccessRecord[] records
Returns the record details for the currently returned service, and the same number as currentCount.