public class Version extends Object implements org.apache.thrift.TBase<Version,Version._Fields>, Serializable, Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
Version._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<Version._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
Version() |
Version(String version,
String comments) |
Version(Version other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(Version other) |
Version |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(Version that) |
Version._Fields |
fieldForId(int fieldId) |
String |
getComments() |
Object |
getFieldValue(Version._Fields field) |
String |
getVersion() |
int |
hashCode() |
boolean |
isSet(Version._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetComments()
Returns true if field comments is set (has been assigned a value) and false otherwise
|
boolean |
isSetVersion()
Returns true if field version is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setComments(String comments) |
void |
setCommentsIsSet(boolean value) |
void |
setFieldValue(Version._Fields field,
Object value) |
void |
setVersion(String version) |
void |
setVersionIsSet(boolean value) |
String |
toString() |
void |
unsetComments() |
void |
unsetVersion() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<Version._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public Version()
public Version(Version other)
public Version deepCopy()
deepCopy in interface org.apache.thrift.TBase<Version,Version._Fields>public void clear()
clear in interface org.apache.thrift.TBase<Version,Version._Fields>public String getVersion()
public void setVersion(String version)
public void unsetVersion()
public boolean isSetVersion()
public void setVersionIsSet(boolean value)
public String getComments()
public void setComments(String comments)
public void unsetComments()
public boolean isSetComments()
public void setCommentsIsSet(boolean value)
public void setFieldValue(Version._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<Version,Version._Fields>public Object getFieldValue(Version._Fields field)
getFieldValue in interface org.apache.thrift.TBase<Version,Version._Fields>public boolean isSet(Version._Fields field)
isSet in interface org.apache.thrift.TBase<Version,Version._Fields>public boolean equals(Version that)
public int compareTo(Version other)
compareTo in interface Comparable<Version>public Version._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<Version,Version._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<Version,Version._Fields>org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<Version,Version._Fields>org.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.