Class TimeSeriesValue
java.lang.Object
com.vmware.vra.jenkinsplugin.model.catalog.TimeSeriesValue
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:27:41.063635-04:00[America/New_York]") public class TimeSeriesValue extends Object
A timeseries object containing timestamp and price value at the timestamp
-
Constructor Summary
Constructors Constructor Description TimeSeriesValue()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
Date
getTimestamp()
The timestamp of the metric.BigDecimal
getValue()
The expense value at the timestamp.int
hashCode()
String
toString()
-
Constructor Details
-
TimeSeriesValue
public TimeSeriesValue()
-
-
Method Details