Package org.bonitasoft.web.client.model
Class Platform
java.lang.Object
org.bonitasoft.web.client.model.Platform
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class Platform
extends Object
implements Serializable
The bonita platform
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanthe creation datethe user name of the platform administratorthe version in which the platform was createdthe previous version the platform was in or empty if there is nonegetState()platform statethe current version of the platforminthashCode()initialVersion(String initialVersion) previousVersion(String previousVersion) voidsetCreated(String created) voidsetCreatedBy(String createdBy) voidsetInitialVersion(String initialVersion) voidsetPreviousVersion(String previousVersion) voidsetState(Platform.StateEnum state) voidsetVersion(String version) state(Platform.StateEnum state) toString()
-
Field Details
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_INITIAL_VERSION
- See Also:
-
JSON_PROPERTY_PREVIOUS_VERSION
- See Also:
-
JSON_PROPERTY_CREATED_BY
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
-
Constructor Details
-
Platform
public Platform()
-
-
Method Details
-
state
-
getState
platform state- Returns:
- state
-
setState
-
version
-
getVersion
the current version of the platform- Returns:
- version
-
setVersion
-
initialVersion
-
getInitialVersion
the version in which the platform was created- Returns:
- initialVersion
-
setInitialVersion
-
previousVersion
-
getPreviousVersion
the previous version the platform was in or empty if there is none- Returns:
- previousVersion
-
setPreviousVersion
-
createdBy
-
getCreatedBy
the user name of the platform administrator- Returns:
- createdBy
-
setCreatedBy
-
created
-
getCreated
the creation date- Returns:
- created
-
setCreated
-
equals
-
hashCode
public int hashCode() -
toString
-