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:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classLogEntry._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
 - 
Field SummaryFields Modifier and Type Field Description StringcategoryStringmessagestatic Map<LogEntry._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMap
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(LogEntry other)LogEntrydeepCopy()booleanequals(Object that)booleanequals(LogEntry that)LogEntry._FieldsfieldForId(int fieldId)StringgetCategory()ObjectgetFieldValue(LogEntry._Fields field)StringgetMessage()inthashCode()booleanisSet(LogEntry._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetCategory()Returns true if field category is set (has been assigned a value) and false otherwisebooleanisSetMessage()Returns true if field message is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)LogEntrysetCategory(String category)voidsetCategoryIsSet(boolean value)voidsetFieldValue(LogEntry._Fields field, Object value)LogEntrysetMessage(String message)voidsetMessageIsSet(boolean value)StringtoString()voidunsetCategory()voidunsetMessage()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
 
- 
- 
- 
Field Detail- 
categorypublic String category 
 - 
messagepublic String message 
 - 
metaDataMappublic static final Map<LogEntry._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap 
 
- 
 - 
Method Detail- 
deepCopypublic LogEntry 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>
 
 - 
getCategorypublic String getCategory() 
 - 
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) 
 - 
getMessagepublic String getMessage() 
 - 
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) 
 - 
setFieldValuepublic void setFieldValue(LogEntry._Fields field, Object value) - Specified by:
- setFieldValuein interface- org.apache.thrift.TBase<LogEntry,LogEntry._Fields>
 
 - 
getFieldValuepublic Object getFieldValue(LogEntry._Fields field) - Specified by:
- getFieldValuein interface- org.apache.thrift.TBase<LogEntry,LogEntry._Fields>
 
 - 
isSetpublic boolean isSet(LogEntry._Fields field) Returns 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>
 
 - 
equalspublic boolean equals(LogEntry that) 
 - 
compareTopublic int compareTo(LogEntry other) - Specified by:
- compareToin interface- Comparable<LogEntry>
 
 - 
fieldForIdpublic LogEntry._Fields fieldForId(int fieldId) - 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
 
 - 
validatepublic void validate() throws org.apache.thrift.TException- Throws:
- org.apache.thrift.TException
 
 
- 
 
-