Package org.openapitools.client.model
Class MetricsResultDto
- java.lang.Object
-
- org.openapitools.client.model.MetricsResultDto
-
public class MetricsResultDto extends Object
MetricsResultDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_RESULT
-
Constructor Summary
Constructors Constructor Description MetricsResultDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetResult()The current sum (count) for the selected metric.inthashCode()MetricsResultDtoresult(Long result)voidsetResult(Long result)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_RESULT
public static final String SERIALIZED_NAME_RESULT
- See Also:
- Constant Field Values
-
-
Method Detail
-
result
public MetricsResultDto result(Long result)
-
getResult
public Long getResult()
The current sum (count) for the selected metric.- Returns:
- result
-
setResult
public void setResult(Long result)
-
-