public class ConfigurationMetricsParser extends Object
| Constructor and Description |
|---|
ConfigurationMetricsParser()
Empty constructor: Used only to keep GSON happy.
|
ConfigurationMetricsParser(String json)
Constructor for an ConfigurationMetricsParser that is built using the provided json
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getQueries()
Getter for queries
|
Map<String,Long> |
getResults()
Getter for results
|
void |
setQueries(Map<String,String> queries)
Setter for queries
|
void |
setResults(Map<String,Long> results)
Setter for results
|
String |
toJson()
Converts this into json and returns it
|
public ConfigurationMetricsParser()
public ConfigurationMetricsParser(String json)
json - the json string to build the ConfigurationMetricsParser out ofCopyright © 2019. All rights reserved.