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 booleanequals(Object o)DategetTimestamp()The timestamp of the metric.BigDecimalgetValue()The expense value at the timestamp.inthashCode()StringtoString()
-
Constructor Details
-
TimeSeriesValue
public TimeSeriesValue()
-
-
Method Details