public class QueryResultStatistic extends Object implements Serializable
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="requestId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="numberOfPages" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="totalSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
numberOfPages |
protected String |
requestId |
protected int |
totalSize |
| Constructor and Description |
|---|
QueryResultStatistic() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfPages()
Gets the value of the numberOfPages property.
|
String |
getRequestId()
Gets the value of the requestId property.
|
int |
getTotalSize()
Gets the value of the totalSize property.
|
void |
setNumberOfPages(int value)
Sets the value of the numberOfPages property.
|
void |
setRequestId(String value)
Sets the value of the requestId property.
|
void |
setTotalSize(int value)
Sets the value of the totalSize property.
|
protected String requestId
protected int numberOfPages
protected int totalSize
public String getRequestId()
Stringpublic void setRequestId(String value)
value - allowed object is Stringpublic int getNumberOfPages()
public void setNumberOfPages(int value)
public int getTotalSize()
public void setTotalSize(int value)
Copyright © 2021 Samply Community. All rights reserved.