Class Version
- java.lang.Object
-
- org.exoplatform.social.service.rest.api.models.Version
-
public class Version extends Object
Version class to expose as json response object.- Since:
- Jun 15, 2011
- Author:
- hoatle (hoatlevan at gmail dot com)
-
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetVersion()Gets the latest social rest api version.voidsetVersion(String latestVersion)Sets the latest social rest api version.
-
-
-
Method Detail
-
getVersion
public String getVersion()
Gets the latest social rest api version.- Returns:
- the string the latest social rest api version
-
setVersion
public void setVersion(String latestVersion)
Sets the latest social rest api version.- Parameters:
latestVersion- the string the latest social rest api version
-
-