Package org.bonitasoft.web.client.model
Class Application
- java.lang.Object
-
- org.bonitasoft.web.client.model.Application
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Application extends Object implements Serializable
Application- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CREATED_BYstatic StringJSON_PROPERTY_CREATION_DATEstatic StringJSON_PROPERTY_DESCRIPTIONstatic StringJSON_PROPERTY_DISPLAY_NAMEstatic StringJSON_PROPERTY_HOME_PAGE_IDstatic StringJSON_PROPERTY_IDstatic StringJSON_PROPERTY_LAST_UPDATE_DATEstatic StringJSON_PROPERTY_PROFILE_IDstatic StringJSON_PROPERTY_TOKENstatic StringJSON_PROPERTY_UPDATED_BYstatic StringJSON_PROPERTY_VERSION
-
Constructor Summary
Constructors Constructor Description Application()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationcreatedBy(String createdBy)ApplicationcreationDate(String creationDate)Applicationdescription(String description)ApplicationdisplayName(String displayName)booleanequals(Object o)StringgetCreatedBy()Author user IDStringgetCreationDate()creation date of the applicationStringgetDescription()description of the applicationStringgetDisplayName()display name of the applicationStringgetHomePageId()id of the application page used as the home pageStringgetId()id of the applicationStringgetLastUpdateDate()last update date of the applicationStringgetProfileId()profile authorized to access this applicationStringgetToken()token of the application used to build the application URLStringgetUpdatedBy()Last updating user IDStringgetVersion()version of the applicationinthashCode()ApplicationhomePageId(String homePageId)Applicationid(String id)ApplicationlastUpdateDate(String lastUpdateDate)ApplicationprofileId(String profileId)voidsetCreatedBy(String createdBy)voidsetCreationDate(String creationDate)voidsetDescription(String description)voidsetDisplayName(String displayName)voidsetHomePageId(String homePageId)voidsetId(String id)voidsetLastUpdateDate(String lastUpdateDate)voidsetProfileId(String profileId)voidsetToken(String token)voidsetUpdatedBy(String updatedBy)voidsetVersion(String version)Applicationtoken(String token)StringtoString()ApplicationupdatedBy(String updatedBy)Applicationversion(String version)
-
-
-
Field Detail
-
JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_CREATED_BY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATION_DATE
public static final String JSON_PROPERTY_CREATION_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_DISPLAY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_HOME_PAGE_ID
public static final String JSON_PROPERTY_HOME_PAGE_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LAST_UPDATE_DATE
public static final String JSON_PROPERTY_LAST_UPDATE_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PROFILE_ID
public static final String JSON_PROPERTY_PROFILE_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TOKEN
public static final String JSON_PROPERTY_TOKEN
- See Also:
- Constant Field Values
-
JSON_PROPERTY_UPDATED_BY
public static final String JSON_PROPERTY_UPDATED_BY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VERSION
public static final String JSON_PROPERTY_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
createdBy
public Application createdBy(String createdBy)
-
setCreatedBy
public void setCreatedBy(String createdBy)
-
creationDate
public Application creationDate(String creationDate)
-
getCreationDate
@Nullable public String getCreationDate()
creation date of the application- Returns:
- creationDate
-
setCreationDate
public void setCreationDate(String creationDate)
-
description
public Application description(String description)
-
getDescription
@Nullable public String getDescription()
description of the application- Returns:
- description
-
setDescription
public void setDescription(String description)
-
displayName
public Application displayName(String displayName)
-
getDisplayName
@Nullable public String getDisplayName()
display name of the application- Returns:
- displayName
-
setDisplayName
public void setDisplayName(String displayName)
-
homePageId
public Application homePageId(String homePageId)
-
getHomePageId
@Nullable public String getHomePageId()
id of the application page used as the home page- Returns:
- homePageId
-
setHomePageId
public void setHomePageId(String homePageId)
-
id
public Application id(String id)
-
setId
public void setId(String id)
-
lastUpdateDate
public Application lastUpdateDate(String lastUpdateDate)
-
getLastUpdateDate
@Nullable public String getLastUpdateDate()
last update date of the application- Returns:
- lastUpdateDate
-
setLastUpdateDate
public void setLastUpdateDate(String lastUpdateDate)
-
profileId
public Application profileId(String profileId)
-
getProfileId
@Nullable public String getProfileId()
profile authorized to access this application- Returns:
- profileId
-
setProfileId
public void setProfileId(String profileId)
-
token
public Application token(String token)
-
getToken
@Nullable public String getToken()
token of the application used to build the application URL- Returns:
- token
-
setToken
public void setToken(String token)
-
updatedBy
public Application updatedBy(String updatedBy)
-
setUpdatedBy
public void setUpdatedBy(String updatedBy)
-
version
public Application version(String version)
-
setVersion
public void setVersion(String version)
-
-