java.lang.Object
com.gentics.contentnode.rest.model.response.admin.Update
All Implemented Interfaces:
Serializable

public class Update extends Object implements Serializable
An available update
See Also:
  • Field Details

    • version

      protected String version
      Version
    • changelogUrl

      protected String changelogUrl
      Changelog URL
  • Constructor Details

    • Update

      public Update()
  • Method Details

    • getVersion

      public String getVersion()
      Version of the Update
      Returns:
      version
    • setVersion

      public Update setVersion(String version)
      Set the version
      Parameters:
      version - version
      Returns:
      fluent API
    • getChangelogUrl

      public String getChangelogUrl()
      Changelog URL
      Returns:
      changelog URL
    • setChangelogUrl

      public Update setChangelogUrl(String changelogUrl)
      Set the changelog URL
      Parameters:
      changelogUrl - URL
      Returns:
      fluent API