@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class MetricsResultDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_RESULT |
Constructor and Description |
---|
MetricsResultDto() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getResult()
The current sum (count) for the selected metric.
|
int |
hashCode() |
MetricsResultDto |
result(Long result) |
void |
setResult(Long result) |
String |
toString() |
public static final String SERIALIZED_NAME_RESULT
public MetricsResultDto result(Long result)
@Nullable public Long getResult()
public void setResult(Long result)
Copyright © 2022. All rights reserved.