Package org.bonitasoft.web.client.model
Class Platform
- java.lang.Object
-
- org.bonitasoft.web.client.model.Platform
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Platform extends Object implements Serializable
The bonita platform- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlatform.StateEnumplatform state
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CREATEDstatic StringJSON_PROPERTY_CREATED_BYstatic StringJSON_PROPERTY_INITIAL_VERSIONstatic StringJSON_PROPERTY_PREVIOUS_VERSIONstatic StringJSON_PROPERTY_STATEstatic StringJSON_PROPERTY_VERSION
-
Constructor Summary
Constructors Constructor Description Platform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Platformcreated(String created)PlatformcreatedBy(String createdBy)booleanequals(Object o)StringgetCreated()the creation dateStringgetCreatedBy()the user name of the platform administratorStringgetInitialVersion()the version in which the platform was createdStringgetPreviousVersion()the previous version the platform was in or empty if there is nonePlatform.StateEnumgetState()platform stateStringgetVersion()the current version of the platforminthashCode()PlatforminitialVersion(String initialVersion)PlatformpreviousVersion(String previousVersion)voidsetCreated(String created)voidsetCreatedBy(String createdBy)voidsetInitialVersion(String initialVersion)voidsetPreviousVersion(String previousVersion)voidsetState(Platform.StateEnum state)voidsetVersion(String version)Platformstate(Platform.StateEnum state)StringtoString()Platformversion(String version)
-
-
-
Field Detail
-
JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_STATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VERSION
public static final String JSON_PROPERTY_VERSION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_INITIAL_VERSION
public static final String JSON_PROPERTY_INITIAL_VERSION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PREVIOUS_VERSION
public static final String JSON_PROPERTY_PREVIOUS_VERSION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_CREATED_BY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_CREATED
- See Also:
- Constant Field Values
-
-
Method Detail
-
state
public Platform state(Platform.StateEnum state)
-
getState
@Nullable public Platform.StateEnum getState()
platform state- Returns:
- state
-
setState
public void setState(Platform.StateEnum state)
-
getVersion
@Nullable public String getVersion()
the current version of the platform- Returns:
- version
-
setVersion
public void setVersion(String version)
-
getInitialVersion
@Nullable public String getInitialVersion()
the version in which the platform was created- Returns:
- initialVersion
-
setInitialVersion
public void setInitialVersion(String initialVersion)
-
getPreviousVersion
@Nullable public String getPreviousVersion()
the previous version the platform was in or empty if there is none- Returns:
- previousVersion
-
setPreviousVersion
public void setPreviousVersion(String previousVersion)
-
getCreatedBy
@Nullable public String getCreatedBy()
the user name of the platform administrator- Returns:
- createdBy
-
setCreatedBy
public void setCreatedBy(String createdBy)
-
setCreated
public void setCreated(String created)
-
-