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.ObjectRepresentation 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.StringgetDisplay()java.lang.StringgetHotfix()java.lang.StringgetLabel()java.lang.StringgetMajor()java.lang.StringgetMinor()java.lang.StringgetPatch()intgetSchema()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-