Class TelemetryProductDto
java.lang.Object
org.camunda.community.rest.client.dto.TelemetryProductDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class TelemetryProductDto
extends Object
TelemetryProductDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe edition of the product (i.e., either community or enterprise).org.openapitools.jackson.nullable.JsonNullable<String>Get internalsgetName()The name of the product (i.e., Camunda BPM Runtime).org.openapitools.jackson.nullable.JsonNullable<String>The version of the process engine (i.e., 7.X.Y).org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()internals(TelemetryInternalsDto internals) voidsetEdition(String edition) voidsetEdition_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> edition) voidsetInternals(TelemetryInternalsDto internals) voidvoidsetName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name) voidsetVersion(String version) voidsetVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> version) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_EDITION
- See Also:
-
JSON_PROPERTY_INTERNALS
- See Also:
-
-
Constructor Details
-
TelemetryProductDto
public TelemetryProductDto()
-
-
Method Details
-
name
-
getName
The name of the product (i.e., Camunda BPM Runtime).- Returns:
- name
-
getName_JsonNullable
-
setName_JsonNullable
-
setName
-
version
-
getVersion
The version of the process engine (i.e., 7.X.Y).- Returns:
- version
-
getVersion_JsonNullable
-
setVersion_JsonNullable
-
setVersion
-
edition
-
getEdition
The edition of the product (i.e., either community or enterprise).- Returns:
- edition
-
getEdition_JsonNullable
-
setEdition_JsonNullable
-
setEdition
-
internals
-
getInternals
Get internals- Returns:
- internals
-
setInternals
-
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
-