@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-12-03T04:57:51.616Z[Etc/UTC]") 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 © 2024. All rights reserved.