org.apache.hadoop.hbase.rest.model
Class StorageClusterVersionModel

java.lang.Object
  extended by org.apache.hadoop.hbase.rest.model.StorageClusterVersionModel
All Implemented Interfaces:
Serializable

public class StorageClusterVersionModel
extends Object
implements Serializable

Simple representation of the version of the storage cluster

 <complexType name="StorageClusterVersion">
   <attribute name="version" type="string"></attribute>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
StorageClusterVersionModel()
           
 
Method Summary
 String getVersion()
           
 void setVersion(String version)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StorageClusterVersionModel

public StorageClusterVersionModel()
Method Detail

getVersion

public String getVersion()
Returns:
the storage cluster version

setVersion

public void setVersion(String version)
Parameters:
version - the storage cluster version

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.