Class IndicatorPath
- java.lang.Object
-
- eu.dnetlib.uoamonitorservice.entities.IndicatorPath
-
public class IndicatorPath extends Object
-
-
Constructor Summary
Constructors Constructor Description IndicatorPath()IndicatorPath(IndicatorPath indicatorPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChartObject()Map<String,String>getFilters()StringgetFormat()List<String>getJsonPath()Map<String,String>getParameters()StringgetSource()StringgetType()StringgetUrl()voidsetChartObject(String chartObject)voidsetFilters(Map<String,String> filters)voidsetFormat(String format)voidsetJsonPath(List<String> jsonPath)voidsetParameters(Map<String,String> parameters)voidsetSource(String source)voidsetType(String type)voidsetUrl(String url)
-
-
-
Constructor Detail
-
IndicatorPath
public IndicatorPath()
-
IndicatorPath
public IndicatorPath(IndicatorPath indicatorPath)
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getFormat
public String getFormat()
-
setFormat
public void setFormat(String format)
-
getSource
public String getSource()
-
setSource
public void setSource(String source)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getChartObject
public String getChartObject()
-
setChartObject
public void setChartObject(String chartObject)
-
-