org.mythtv.services.api.v027.beans
Class VersionInfo
java.lang.Object
org.mythtv.services.api.v027.beans.VersionInfo
public class VersionInfo
- extends java.lang.Object
Auto-generated file, do not modify manually !!!!
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionInfo
public VersionInfo()
getVersion
public java.lang.String getVersion()
- Returns:
- the version
setVersion
public void setVersion(java.lang.String version)
- Parameters:
version - the version to set
getBranch
public java.lang.String getBranch()
- Returns:
- the branch
setBranch
public void setBranch(java.lang.String branch)
- Parameters:
branch - the branch to set
getProtocol
public java.lang.String getProtocol()
- Returns:
- the protocol
setProtocol
public void setProtocol(java.lang.String protocol)
- Parameters:
protocol - the protocol to set
getBinary
public java.lang.String getBinary()
- Returns:
- the binary
setBinary
public void setBinary(java.lang.String binary)
- Parameters:
binary - the binary to set
getSchema
public java.lang.String getSchema()
- Returns:
- the schema
setSchema
public void setSchema(java.lang.String schema)
- Parameters:
schema - the schema to set