Class TelemetryCountDto
java.lang.Object
org.camunda.community.rest.client.dto.TelemetryCountDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class TelemetryCountDto
extends Object
TelemetryCountDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCount()An integer value representing the count for this metric.org.openapitools.jackson.nullable.JsonNullable<Long>inthashCode()voidvoidsetCount_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> count) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_COUNT
- See Also:
-
-
Constructor Details
-
TelemetryCountDto
public TelemetryCountDto()
-
-
Method Details
-
count
-
getCount
An integer value representing the count for this metric.- Returns:
- count
-
getCount_JsonNullable
-
setCount_JsonNullable
-
setCount
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-