Class ProfileCreateRequest

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

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

  • Constructor Details

    • ProfileCreateRequest

      public ProfileCreateRequest()
  • Method Details

    • description

      public ProfileCreateRequest description(@Nullable String description)
    • getDescription

      @Nullable public String getDescription()
      a description of the profile
      Returns:
      description
    • setDescription

      public void setDescription(@Nullable String description)
    • name

      public ProfileCreateRequest name(@Nullable String name)
    • getName

      @Nullable public String getName()
      profile 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