Package org.bonitasoft.web.client.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreationDate(String creationDate) description(String description) booleanid of the uer who created the profiledate and time of profile creationa description of the profilegetIcon()icon used in the portal to represent the profilegetId()profile idtrue | falsedate and time of the last update to the profilegetName()profile namethe id of the user who last updated the profileinthashCode()lastUpdateDate(String lastUpdateDate) voidsetCreatedBy(String createdBy) voidsetCreationDate(String creationDate) voidsetDescription(String description) voidvoidvoidsetIsdefault(Boolean isdefault) voidsetLastUpdateDate(String lastUpdateDate) voidvoidsetUpdatedBy(String updatedBy) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_CREATION_DATE
- See Also:
-
JSON_PROPERTY_ICON
- See Also:
-
JSON_PROPERTY_CREATED_BY
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ISDEFAULT
- See Also:
-
JSON_PROPERTY_LAST_UPDATE_DATE
- See Also:
-
JSON_PROPERTY_UPDATED_BY
- See Also:
-
-
Constructor Details
-
Profile
public Profile()
-
-
Method Details
-
id
-
getId
profile id- Returns:
- id
-
setId
-
creationDate
-
getCreationDate
date and time of profile creation- Returns:
- creationDate
-
setCreationDate
-
icon
-
getIcon
icon used in the portal to represent the profile- Returns:
- icon
-
setIcon
-
createdBy
-
getCreatedBy
id of the uer who created the profile- Returns:
- createdBy
-
setCreatedBy
-
description
-
getDescription
a description of the profile- Returns:
- description
-
setDescription
-
name
-
getName
profile name- Returns:
- name
-
setName
-
isdefault
-
getIsdefault
true | false- Returns:
- isdefault
-
setIsdefault
-
lastUpdateDate
-
getLastUpdateDate
date and time of the last update to the profile- Returns:
- lastUpdateDate
-
setLastUpdateDate
-
updatedBy
-
getUpdatedBy
the id of the user who last updated the profile- Returns:
- updatedBy
-
setUpdatedBy
-
equals
-
hashCode
public int hashCode() -
toString
-