org.apache.hadoop.hbase.rest.model
Class StorageClusterVersionModel
java.lang.Object
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
StorageClusterVersionModel
public StorageClusterVersionModel()
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.