Package org.bonitasoft.web.client.model
Class UpdateTaskByIdRequest
java.lang.Object
org.bonitasoft.web.client.model.UpdateTaskByIdRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class UpdateTaskByIdRequest
extends Object
implements Serializable
UpdateTaskByIdRequest
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisplayName(String displayName) booleanReturn the additional (undeclared) properties.Return the additional (undeclared) property with the specified name.display name of the TaskgetState()state of the Task (completed)inthashCode()putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetDisplayName(String displayName) voidtoString()
-
Field Details
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
-
Constructor Details
-
UpdateTaskByIdRequest
public UpdateTaskByIdRequest()
-
-
Method Details
-
state
-
getState
state of the Task (completed)- Returns:
- state
-
setState
-
displayName
-
getDisplayName
display name of the Task- Returns:
- displayName
-
setDisplayName
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- the name of the propertyvalue- the value of the property- Returns:
- self reference
-
getAdditionalProperties
Return the additional (undeclared) properties.- Returns:
- the additional (undeclared) properties
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- the name of the property- Returns:
- the additional (undeclared) property with the specified name
-
equals
-
hashCode
public int hashCode() -
toString
-