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:
  • Field Details

  • Constructor Details

    • Platform

      public Platform()
  • Method Details

    • state

      public Platform state(@Nullable Platform.StateEnum state)
    • getState

      @Nullable public Platform.StateEnum getState()
      platform state
      Returns:
      state
    • setState

      public void setState(@Nullable Platform.StateEnum state)
    • version

      public Platform version(@Nullable String version)
    • getVersion

      @Nullable public String getVersion()
      the current version of the platform
      Returns:
      version
    • setVersion

      public void setVersion(@Nullable String version)
    • initialVersion

      public Platform initialVersion(@Nullable String initialVersion)
    • getInitialVersion

      @Nullable public String getInitialVersion()
      the version in which the platform was created
      Returns:
      initialVersion
    • setInitialVersion

      public void setInitialVersion(@Nullable String initialVersion)
    • previousVersion

      public Platform previousVersion(@Nullable String previousVersion)
    • getPreviousVersion

      @Nullable public String getPreviousVersion()
      the previous version the platform was in or empty if there is none
      Returns:
      previousVersion
    • setPreviousVersion

      public void setPreviousVersion(@Nullable String previousVersion)
    • createdBy

      public Platform createdBy(@Nullable String createdBy)
    • getCreatedBy

      @Nullable public String getCreatedBy()
      the user name of the platform administrator
      Returns:
      createdBy
    • setCreatedBy

      public void setCreatedBy(@Nullable String createdBy)
    • created

      public Platform created(@Nullable String created)
    • getCreated

      @Nullable public String getCreated()
      the creation date
      Returns:
      created
    • setCreated

      public void setCreated(@Nullable String created)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object