public class QueryResultStatistic extends Object implements Serializable
| 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.
|
public String getRequestId()
Stringpublic void setRequestId(String value)
value - allowed object is Stringpublic int getNumberOfPages()
public void setNumberOfPages(int value)
value - the number of pages to setpublic int getTotalSize()
public void setTotalSize(int value)
value - the total count sizeCopyright © 2022 Samply Community. All rights reserved.