public class CategoryDrillDownRequest extends Object implements Serializable
| Constructor and Description |
|---|
CategoryDrillDownRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
String |
getFieldName() |
String[] |
getPath() |
String |
getQuery() |
String |
getScoreFunction() |
int |
getStart() |
String |
getTableName() |
void |
setCount(int count) |
void |
setFieldName(String fieldName) |
void |
setPath(String[] path) |
void |
setQuery(String query) |
void |
setScoreFunction(String scoreFunction) |
void |
setStart(int start) |
void |
setTableName(String tableName) |
public String getTableName()
public void setTableName(String tableName)
public String getFieldName()
public void setFieldName(String fieldName)
public String[] getPath()
public void setPath(String[] path)
public String getQuery()
public void setQuery(String query)
public String getScoreFunction()
public void setScoreFunction(String scoreFunction)
public int getStart()
public void setStart(int start)
public int getCount()
public void setCount(int count)
Copyright © 2016 WSO2. All rights reserved.