Class StorageClusterVersionModel
java.lang.Object
org.apache.hadoop.hbase.rest.model.StorageClusterVersionModel
- All Implemented Interfaces:
Serializable
Simple representation of the version of the storage cluster
<complexType name="StorageClusterVersion"> <attribute name="version" type="string"></attribute> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the storage cluster versionvoid
setVersion
(String version) toString()
private static StorageClusterVersionModel
-
Field Details
-
serialVersionUID
- See Also:
-
version
-
-
Constructor Details
-
StorageClusterVersionModel
public StorageClusterVersionModel()
-
-
Method Details