Class ProcessEngineDto
java.lang.Object
org.camunda.community.rest.client.dto.ProcessEngineDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class ProcessEngineDto
extends Object
ProcessEngineDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()The name of the process engine.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()voidvoidsetName_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> name) 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:
-
-
Constructor Details
-
ProcessEngineDto
public ProcessEngineDto()
-
-
Method Details
-
name
-
getName
The name of the process engine.- Returns:
- name
-
getName_JsonNullable
-
setName_JsonNullable
-
setName
-
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
-