org.apache.accumulo.trace.thrift
public static class TestService.checkTrace_args extends Object implements org.apache.thrift.TBase<TestService.checkTrace_args,TestService.checkTrace_args._Fields>, Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
TestService.checkTrace_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
String |
message |
static Map<TestService.checkTrace_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
TInfo |
tinfo |
Constructor and Description |
---|
TestService.checkTrace_args() |
TestService.checkTrace_args(TestService.checkTrace_args other)
Performs a deep copy on other.
|
TestService.checkTrace_args(TInfo tinfo,
String message) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(TestService.checkTrace_args other) |
TestService.checkTrace_args |
deepCopy() |
boolean |
equals(Object that) |
boolean |
equals(TestService.checkTrace_args that) |
TestService.checkTrace_args._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(TestService.checkTrace_args._Fields field) |
String |
getMessage() |
TInfo |
getTinfo() |
int |
hashCode() |
boolean |
isSet(TestService.checkTrace_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetMessage()
Returns true if field message is set (has been assigned a value) and false otherwise
|
boolean |
isSetTinfo()
Returns true if field tinfo is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(TestService.checkTrace_args._Fields field,
Object value) |
TestService.checkTrace_args |
setMessage(String message) |
void |
setMessageIsSet(boolean value) |
TestService.checkTrace_args |
setTinfo(TInfo tinfo) |
void |
setTinfoIsSet(boolean value) |
String |
toString() |
void |
unsetMessage() |
void |
unsetTinfo() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public TInfo tinfo
public String message
public static final Map<TestService.checkTrace_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public TestService.checkTrace_args()
public TestService.checkTrace_args(TestService.checkTrace_args other)
public TestService.checkTrace_args deepCopy()
deepCopy
in interface org.apache.thrift.TBase<TestService.checkTrace_args,TestService.checkTrace_args._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<TestService.checkTrace_args,TestService.checkTrace_args._Fields>
public TInfo getTinfo()
public TestService.checkTrace_args setTinfo(TInfo tinfo)
public void unsetTinfo()
public boolean isSetTinfo()
public void setTinfoIsSet(boolean value)
public String getMessage()
public TestService.checkTrace_args setMessage(String message)
public void unsetMessage()
public boolean isSetMessage()
public void setMessageIsSet(boolean value)
public void setFieldValue(TestService.checkTrace_args._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<TestService.checkTrace_args,TestService.checkTrace_args._Fields>
public Object getFieldValue(TestService.checkTrace_args._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<TestService.checkTrace_args,TestService.checkTrace_args._Fields>
public boolean isSet(TestService.checkTrace_args._Fields field)
isSet
in interface org.apache.thrift.TBase<TestService.checkTrace_args,TestService.checkTrace_args._Fields>
public boolean equals(TestService.checkTrace_args that)
public int compareTo(TestService.checkTrace_args other)
compareTo
in interface Comparable<TestService.checkTrace_args>
public TestService.checkTrace_args._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<TestService.checkTrace_args,TestService.checkTrace_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<TestService.checkTrace_args,TestService.checkTrace_args._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<TestService.checkTrace_args,TestService.checkTrace_args._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.