@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiMetricData extends Object
Constructor and Description |
---|
ApiMetricData() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getTimestamp()
When the metric reading was collected.
|
BigDecimal |
getValue()
The value of the metric.
|
int |
hashCode() |
void |
setTimestamp(String timestamp) |
void |
setValue(BigDecimal value) |
ApiMetricData |
timestamp(String timestamp) |
String |
toString() |
ApiMetricData |
value(BigDecimal value) |
public ApiMetricData timestamp(String timestamp)
public String getTimestamp()
public void setTimestamp(String timestamp)
public ApiMetricData value(BigDecimal value)
public BigDecimal getValue()
public void setValue(BigDecimal value)
Copyright © 2019. All rights reserved.