Class CustomUserDefinition

java.lang.Object
org.bonitasoft.web.client.model.CustomUserDefinition
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public class CustomUserDefinition extends Object implements Serializable
Custom user definition
See Also:
  • Field Details

  • Constructor Details

    • CustomUserDefinition

      public CustomUserDefinition()
  • Method Details

    • id

      public CustomUserDefinition id(@Nullable String id)
    • getId

      @Nullable public String getId()
      definition id
      Returns:
      id
    • setId

      public void setId(@Nullable String id)
    • description

      public CustomUserDefinition description(@Nullable String description)
    • getDescription

      @Nullable public String getDescription()
      definition description
      Returns:
      description
    • setDescription

      public void setDescription(@Nullable String description)
    • name

      public CustomUserDefinition name(@Nullable String name)
    • getName

      @Nullable public String getName()
      definition name
      Returns:
      name
    • setName

      public void setName(@Nullable String 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