Package org.openapitools.client.model
Class TelemetryCountDto
- java.lang.Object
-
- org.openapitools.client.model.TelemetryCountDto
-
public class TelemetryCountDto extends Object
TelemetryCountDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COUNT
-
Constructor Summary
Constructors Constructor Description TelemetryCountDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TelemetryCountDtocount(Long count)booleanequals(Object o)LonggetCount()An integer value representing the count for this metric.inthashCode()voidsetCount(Long count)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
count
public TelemetryCountDto count(Long count)
-
getCount
public Long getCount()
An integer value representing the count for this metric.- Returns:
- count
-
setCount
public void setCount(Long count)
-
-