public class VersionInfo extends Object
| Constructor and Description |
|---|
VersionInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBinary() |
String |
getBranch() |
String |
getProtocol() |
String |
getSchema() |
String |
getVersion() |
void |
setBinary(String binary) |
void |
setBranch(String branch) |
void |
setProtocol(String protocol) |
void |
setSchema(String schema) |
void |
setVersion(String version) |
String |
toString() |
public String getVersion()
public void setVersion(String version)
version - the version to setpublic String getBranch()
public void setBranch(String branch)
branch - the branch to setpublic String getProtocol()
public void setProtocol(String protocol)
protocol - the protocol to setpublic String getBinary()
public void setBinary(String binary)
binary - the binary to setpublic String getSchema()
public void setSchema(String schema)
schema - the schema to setCopyright © 2012. All Rights Reserved.