Class Profile

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

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

  • Constructor Details

    • Profile

      public Profile()
  • Method Details

    • id

      public Profile id(@Nullable String id)
    • getId

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

      public void setId(@Nullable String id)
    • creationDate

      public Profile creationDate(@Nullable String creationDate)
    • getCreationDate

      @Nullable public String getCreationDate()
      date and time of profile creation
      Returns:
      creationDate
    • setCreationDate

      public void setCreationDate(@Nullable String creationDate)
    • icon

      public Profile icon(@Nullable String icon)
    • getIcon

      @Nullable public String getIcon()
      icon used in the portal to represent the profile
      Returns:
      icon
    • setIcon

      public void setIcon(@Nullable String icon)
    • createdBy

      public Profile createdBy(@Nullable String createdBy)
    • getCreatedBy

      @Nullable public String getCreatedBy()
      id of the uer who created the profile
      Returns:
      createdBy
    • setCreatedBy

      public void setCreatedBy(@Nullable String createdBy)
    • description

      public Profile 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 Profile name(@Nullable String name)
    • getName

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

      public void setName(@Nullable String name)
    • isdefault

      public Profile isdefault(@Nullable Boolean isdefault)
    • getIsdefault

      @Nullable public Boolean getIsdefault()
      true | false
      Returns:
      isdefault
    • setIsdefault

      public void setIsdefault(@Nullable Boolean isdefault)
    • lastUpdateDate

      public Profile lastUpdateDate(@Nullable String lastUpdateDate)
    • getLastUpdateDate

      @Nullable public String getLastUpdateDate()
      date and time of the last update to the profile
      Returns:
      lastUpdateDate
    • setLastUpdateDate

      public void setLastUpdateDate(@Nullable String lastUpdateDate)
    • updatedBy

      public Profile updatedBy(@Nullable String updatedBy)
    • getUpdatedBy

      @Nullable public String getUpdatedBy()
      the id of the user who last updated the profile
      Returns:
      updatedBy
    • setUpdatedBy

      public void setUpdatedBy(@Nullable String updatedBy)
    • 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