Package org.alfresco.rest.api.model
Class RepositoryInfo.VersionInfo
- java.lang.Object
-
- org.alfresco.rest.api.model.RepositoryInfo.VersionInfo
-
- Enclosing class:
- RepositoryInfo
public static class RepositoryInfo.VersionInfo extends java.lang.Object
Representation of the repository version information.- Author:
- Jamal Kaabi-Mofrad
-
-
Constructor Summary
Constructors Constructor Description VersionInfo()
VersionInfo(org.alfresco.service.descriptor.Descriptor descriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDisplay()
java.lang.String
getHotfix()
java.lang.String
getLabel()
java.lang.String
getMajor()
java.lang.String
getMinor()
java.lang.String
getPatch()
int
getSchema()
java.lang.String
toString()
-
-
-
Method Detail
-
getMajor
public java.lang.String getMajor()
-
getMinor
public java.lang.String getMinor()
-
getPatch
public java.lang.String getPatch()
-
getHotfix
public java.lang.String getHotfix()
-
getSchema
public int getSchema()
-
getLabel
public java.lang.String getLabel()
-
getDisplay
public java.lang.String getDisplay()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-