Class VariableSearchResponse
java.lang.Object
io.camunda.tasklist.generated.model.VariableSearchResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-29T10:52:23.981575172Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class VariableSearchResponse
extends Object
VariableSearchResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondraft(DraftSearchVariableValue draft) booleangetDraft()Get draftgetId()The unique identifier of the variable.Does the `previewValue` contain the truncated value or full value?getName()The name of the variable.A preview of the variable's value.getValue()The value of the variable.inthashCode()isValueTruncated(Boolean isValueTruncated) previewValue(String previewValue) voidsetDraft(DraftSearchVariableValue draft) voidvoidsetIsValueTruncated(Boolean isValueTruncated) voidvoidsetPreviewValue(String previewValue) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_IS_VALUE_TRUNCATED
- See Also:
-
JSON_PROPERTY_PREVIEW_VALUE
- See Also:
-
JSON_PROPERTY_DRAFT
- See Also:
-
-
Constructor Details
-
VariableSearchResponse
public VariableSearchResponse()
-
-
Method Details
-
id
-
getId
The unique identifier of the variable.- Returns:
- id
-
setId
-
name
-
getName
The name of the variable.- Returns:
- name
-
setName
-
value
-
getValue
The value of the variable.- Returns:
- value
-
setValue
-
isValueTruncated
-
getIsValueTruncated
Does the `previewValue` contain the truncated value or full value?- Returns:
- isValueTruncated
-
setIsValueTruncated
-
previewValue
-
getPreviewValue
A preview of the variable's value. Limited in size.- Returns:
- previewValue
-
setPreviewValue
-
draft
-
getDraft
Get draft- Returns:
- draft
-
setDraft
-
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
-