org.exoplatform.social.service.rest.api.models
Class Version

java.lang.Object
  extended by 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
Version()
           
 
Method Summary
 String getVersion()
          Gets the latest social rest api version.
 void setVersion(String latestVersion)
          Sets the latest social rest api version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public 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


Copyright © 2013 eXo Platform SAS. All Rights Reserved.