org.apache.hadoop.hbase.rest.model
Class StorageClusterVersionModel
java.lang.Object
org.apache.hadoop.hbase.rest.model.StorageClusterVersionModel
- All Implemented Interfaces:
- java.io.Serializable
public class StorageClusterVersionModel
- extends java.lang.Object
- implements java.io.Serializable
Simple representation of the version of the storage cluster
<complexType name="StorageClusterVersion">
<attribute name="version" type="string"></attribute>
</complexType>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StorageClusterVersionModel
public StorageClusterVersionModel()
getVersion
public java.lang.String getVersion()
- Returns:
- the storage cluster version
setVersion
public void setVersion(java.lang.String version)
- Parameters:
version - the storage cluster version
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.