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 Details

  • Constructor Details

    • UpdateTaskByIdRequest

      public UpdateTaskByIdRequest()
  • Method Details

    • state

      public UpdateTaskByIdRequest state(@Nullable String state)
    • getState

      @Nullable public String getState()
      state of the Task (completed)
      Returns:
      state
    • setState

      public void setState(@Nullable String state)
    • displayName

      public UpdateTaskByIdRequest displayName(@Nullable String displayName)
    • getDisplayName

      @Nullable public String getDisplayName()
      display name of the Task
      Returns:
      displayName
    • setDisplayName

      public void setDisplayName(@Nullable String displayName)
    • putAdditionalProperty

      public UpdateTaskByIdRequest putAdditionalProperty(String key, Object value)
      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 property
      value - the value of the property
      Returns:
      self reference
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Return the additional (undeclared) properties.
      Returns:
      the additional (undeclared) properties
    • getAdditionalProperty

      public Object getAdditionalProperty(String key)
      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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object