EconomicIndicatorUnit

A single observation in an economic indicator series: the date it was recorded and its value, in whatever unit the enclosing EconomicIndicatorResponse reports.

Author

Sylvester Sefa-Yeboah

Since

1.7.0

Constructors

Link copied to clipboard
public void EconomicIndicatorUnit(String date, Double value)
Creates an observation.

Properties

Link copied to clipboard
@Json(name = "date")
public String date
Link copied to clipboard
@Json(name = "value")
public Double value

Functions

Link copied to clipboard
public String getDate()
Gets the date this observation was recorded.
Link copied to clipboard
public Double getValue()
Gets the value recorded for this observation.