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.
|
List<Stratification> |
getStratification() |
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 |
setStratification(List<Stratification> stratification) |
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)
public int getTotalSize()
public void setTotalSize(int value)
public List<Stratification> getStratification()
public void setStratification(List<Stratification> stratification)
Copyright © 2021 Samply Community. All rights reserved.