Package org.bonitasoft.web.client.model
Class ApplicationPage
java.lang.Object
org.bonitasoft.web.client.model.ApplicationPage
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ApplicationPage
extends Object
implements Serializable
ApplicationPage
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) booleanid of the application related to this pagegetId()id of the application page itemid of the custom page to displaygetToken()token use to access the page using a URL : ..inthashCode()voidsetApplicationId(String applicationId) voidvoidvoidtoString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_TOKEN
- See Also:
-
JSON_PROPERTY_APPLICATION_ID
- See Also:
-
JSON_PROPERTY_PAGE_ID
- See Also:
-
-
Constructor Details
-
ApplicationPage
public ApplicationPage()
-
-
Method Details
-
id
-
getId
id of the application page item- Returns:
- id
-
setId
-
token
-
getToken
token use to access the page using a URL : ../appName/pageToken/- Returns:
- token
-
setToken
-
applicationId
-
getApplicationId
id of the application related to this page- Returns:
- applicationId
-
setApplicationId
-
pageId
-
getPageId
id of the custom page to display- Returns:
- pageId
-
setPageId
-
equals
-
hashCode
public int hashCode() -
toString
-