public class ExampleStatements extends Object implements Serializable
| Constructor and Description |
|---|
ExampleStatements() |
| Modifier and Type | Method and Description |
|---|---|
void |
addClusters(String clusterName,
List<ExampleStatement> examples) |
void |
addExample(String clusterName,
ExampleStatement examples) |
Map<String,List<ExampleStatement>> |
getClusters() |
String |
getDatasourceName() |
void |
setClusters(Map<String,List<ExampleStatement>> clusters) |
void |
setDatasourceName(String datasourceName) |
String |
toString() |
public String getDatasourceName()
public void setDatasourceName(String datasourceName)
datasourceName - the datasourceName to setpublic Map<String,List<ExampleStatement>> getClusters()
public void addClusters(String clusterName, List<ExampleStatement> examples)
public void addExample(String clusterName, ExampleStatement examples)
public void setClusters(Map<String,List<ExampleStatement>> clusters)
Copyright © 2016–2018. All rights reserved.