Class LogEntry
java.lang.Object
zipkin2.collector.scribe.generated.LogEntry
- All Implemented Interfaces:
- Serializable,- Cloneable,- Comparable<LogEntry>,- org.apache.thrift.TBase<LogEntry,,- LogEntry._Fields> - org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.12.0)",
           date="2019-05-07")
public class LogEntry
extends Object
implements org.apache.thrift.TBase<LogEntry,LogEntry._Fields>, Serializable, Cloneable, Comparable<LogEntry> 
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Map<LogEntry._Fields,org.apache.thrift.meta_data.FieldMetaData> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()intdeepCopy()booleanbooleanfieldForId(int fieldId) getFieldValue(LogEntry._Fields field) inthashCode()booleanisSet(LogEntry._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field category is set (has been assigned a value) and false otherwisebooleanReturns true if field message is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot) setCategory(String category) voidsetCategoryIsSet(boolean value) voidsetFieldValue(LogEntry._Fields field, Object value) setMessage(String message) voidsetMessageIsSet(boolean value) toString()voidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot) 
- 
Field Details- 
category
- 
message
- 
metaDataMap
 
- 
- 
Constructor Details- 
LogEntrypublic LogEntry()
- 
LogEntry
- 
LogEntryPerforms a deep copy on other.
 
- 
- 
Method Details- 
deepCopy- Specified by:
- deepCopyin interface- org.apache.thrift.TBase<LogEntry,- LogEntry._Fields> 
 
- 
clearpublic void clear()- Specified by:
- clearin interface- org.apache.thrift.TBase<LogEntry,- LogEntry._Fields> 
 
- 
getCategory
- 
setCategory
- 
unsetCategorypublic void unsetCategory()
- 
isSetCategorypublic boolean isSetCategory()Returns true if field category is set (has been assigned a value) and false otherwise
- 
setCategoryIsSetpublic void setCategoryIsSet(boolean value) 
- 
getMessage
- 
setMessage
- 
unsetMessagepublic void unsetMessage()
- 
isSetMessagepublic boolean isSetMessage()Returns true if field message is set (has been assigned a value) and false otherwise
- 
setMessageIsSetpublic void setMessageIsSet(boolean value) 
- 
setFieldValue- Specified by:
- setFieldValuein interface- org.apache.thrift.TBase<LogEntry,- LogEntry._Fields> 
 
- 
getFieldValue- Specified by:
- getFieldValuein interface- org.apache.thrift.TBase<LogEntry,- LogEntry._Fields> 
 
- 
isSetReturns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
- isSetin interface- org.apache.thrift.TBase<LogEntry,- LogEntry._Fields> 
 
- 
equals
- 
equals
- 
hashCodepublic int hashCode()
- 
compareTo- Specified by:
- compareToin interface- Comparable<LogEntry>
 
- 
fieldForId- Specified by:
- fieldForIdin interface- org.apache.thrift.TBase<LogEntry,- LogEntry._Fields> 
 
- 
readpublic void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException - Specified by:
- readin interface- org.apache.thrift.TSerializable
- Throws:
- org.apache.thrift.TException
 
- 
writepublic void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException - Specified by:
- writein interface- org.apache.thrift.TSerializable
- Throws:
- org.apache.thrift.TException
 
- 
toString
- 
validatepublic void validate() throws org.apache.thrift.TException- Throws:
- org.apache.thrift.TException
 
 
-