Class RepositoryInfo.VersionInfo

java.lang.Object
org.alfresco.rest.api.model.RepositoryInfo.VersionInfo
Enclosing class:
RepositoryInfo

public static class RepositoryInfo.VersionInfo extends Object
Representation of the repository version information.
Author:
Jamal Kaabi-Mofrad
  • Constructor Details

    • VersionInfo

      public VersionInfo()
    • VersionInfo

      public VersionInfo(Descriptor descriptor)
  • Method Details

    • getMajor

      public String getMajor()
    • getMinor

      public String getMinor()
    • getPatch

      public String getPatch()
    • getHotfix

      public String getHotfix()
    • getSchema

      public int getSchema()
    • getLabel

      public String getLabel()
    • getDisplay

      public String getDisplay()
    • toString

      public String toString()
      Overrides:
      toString in class Object