Class IncludeVariable
java.lang.Object
io.camunda.tasklist.generated.model.IncludeVariable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-29T10:52:23.981575172Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class IncludeVariable
extends Object
IncludeVariable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalwaysReturnFullValue(Boolean alwaysReturnFullValue) booleanAlways return the full value of the variable?getName()The name of the variable.inthashCode()voidsetAlwaysReturnFullValue(Boolean alwaysReturnFullValue) voidtoString()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_ALWAYS_RETURN_FULL_VALUE
- See Also:
-
-
Constructor Details
-
IncludeVariable
public IncludeVariable()
-
-
Method Details
-
name
-
getName
The name of the variable.- Returns:
- name
-
setName
-
alwaysReturnFullValue
-
getAlwaysReturnFullValue
Always return the full value of the variable?- Returns:
- alwaysReturnFullValue
-
setAlwaysReturnFullValue
-
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
-