@Generated(value="Autogenerated by Thrift Compiler (0.9.3)", date="2016-12-21") public class LogEventThrift extends Object implements TBase<LogEventThrift,LogEventThrift._Fields>, Serializable, Cloneable, Comparable<LogEventThrift>
| Modifier and Type | Class and Description |
|---|---|
static class |
LogEventThrift._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<LogEventThrift._Fields,FieldMetaData> |
metaDataMap |
Map<String,String> |
properties
Log event custom properties.
|
BidRequestThrift |
request |
BidResponseThrift |
response
Bid response submitted to the real-time bidding ad exchange.
|
long |
timestamp
Log event timestamp, in milliseconds from epoch.
|
LogEventTypeThrift |
type
Log event type.
|
ByteBuffer |
uuid
Log event unique identifier.
|
| Constructor and Description |
|---|
LogEventThrift() |
LogEventThrift(LogEventThrift other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
bufferForUuid() |
void |
clear() |
int |
compareTo(LogEventThrift other) |
LogEventThrift |
deepCopy() |
boolean |
equals(LogEventThrift that) |
boolean |
equals(Object that) |
LogEventThrift._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(LogEventThrift._Fields field) |
Map<String,String> |
getProperties()
Log event custom properties.
|
int |
getPropertiesSize() |
BidRequestThrift |
getRequest() |
BidResponseThrift |
getResponse()
Bid response submitted to the real-time bidding ad exchange.
|
long |
getTimestamp()
Log event timestamp, in milliseconds from epoch.
|
LogEventTypeThrift |
getType()
Log event type.
|
byte[] |
getUuid()
Log event unique identifier.
|
int |
hashCode() |
boolean |
isSet(LogEventThrift._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetProperties()
Returns true if field properties is set (has been assigned a value) and false otherwise
|
boolean |
isSetRequest()
Returns true if field request is set (has been assigned a value) and false otherwise
|
boolean |
isSetResponse()
Returns true if field response is set (has been assigned a value) and false otherwise
|
boolean |
isSetTimestamp()
Returns true if field timestamp is set (has been assigned a value) and false otherwise
|
boolean |
isSetType()
Returns true if field type is set (has been assigned a value) and false otherwise
|
boolean |
isSetUuid()
Returns true if field uuid is set (has been assigned a value) and false otherwise
|
void |
putToProperties(String key,
String val) |
void |
read(TProtocol iprot) |
void |
setFieldValue(LogEventThrift._Fields field,
Object value) |
LogEventThrift |
setProperties(Map<String,String> properties)
Log event custom properties.
|
void |
setPropertiesIsSet(boolean value) |
LogEventThrift |
setRequest(BidRequestThrift request) |
void |
setRequestIsSet(boolean value) |
LogEventThrift |
setResponse(BidResponseThrift response)
Bid response submitted to the real-time bidding ad exchange.
|
void |
setResponseIsSet(boolean value) |
LogEventThrift |
setTimestamp(long timestamp)
Log event timestamp, in milliseconds from epoch.
|
void |
setTimestampIsSet(boolean value) |
LogEventThrift |
setType(LogEventTypeThrift type)
Log event type.
|
void |
setTypeIsSet(boolean value) |
LogEventThrift |
setUuid(byte[] uuid)
Log event unique identifier.
|
LogEventThrift |
setUuid(ByteBuffer uuid) |
void |
setUuidIsSet(boolean value) |
String |
toString() |
void |
unsetProperties() |
void |
unsetRequest() |
void |
unsetResponse() |
void |
unsetTimestamp() |
void |
unsetType() |
void |
unsetUuid() |
void |
validate() |
void |
write(TProtocol oprot) |
public ByteBuffer uuid
public long timestamp
public LogEventTypeThrift type
LogEventTypeThriftpublic BidRequestThrift request
public BidResponseThrift response
public static final Map<LogEventThrift._Fields,FieldMetaData> metaDataMap
public LogEventThrift()
public LogEventThrift(LogEventThrift other)
public LogEventThrift deepCopy()
deepCopy in interface TBase<LogEventThrift,LogEventThrift._Fields>public void clear()
clear in interface TBase<LogEventThrift,LogEventThrift._Fields>public byte[] getUuid()
public ByteBuffer bufferForUuid()
public LogEventThrift setUuid(byte[] uuid)
public LogEventThrift setUuid(ByteBuffer uuid)
public void unsetUuid()
public boolean isSetUuid()
public void setUuidIsSet(boolean value)
public long getTimestamp()
public LogEventThrift setTimestamp(long timestamp)
public void unsetTimestamp()
public boolean isSetTimestamp()
public void setTimestampIsSet(boolean value)
public LogEventTypeThrift getType()
LogEventTypeThriftpublic LogEventThrift setType(LogEventTypeThrift type)
LogEventTypeThriftpublic void unsetType()
public boolean isSetType()
public void setTypeIsSet(boolean value)
public BidRequestThrift getRequest()
public LogEventThrift setRequest(BidRequestThrift request)
public void unsetRequest()
public boolean isSetRequest()
public void setRequestIsSet(boolean value)
public BidResponseThrift getResponse()
public LogEventThrift setResponse(BidResponseThrift response)
public void unsetResponse()
public boolean isSetResponse()
public void setResponseIsSet(boolean value)
public int getPropertiesSize()
public LogEventThrift setProperties(Map<String,String> properties)
public void unsetProperties()
public boolean isSetProperties()
public void setPropertiesIsSet(boolean value)
public void setFieldValue(LogEventThrift._Fields field, Object value)
setFieldValue in interface TBase<LogEventThrift,LogEventThrift._Fields>public Object getFieldValue(LogEventThrift._Fields field)
getFieldValue in interface TBase<LogEventThrift,LogEventThrift._Fields>public boolean isSet(LogEventThrift._Fields field)
isSet in interface TBase<LogEventThrift,LogEventThrift._Fields>public boolean equals(LogEventThrift that)
public int compareTo(LogEventThrift other)
compareTo in interface Comparable<LogEventThrift>public LogEventThrift._Fields fieldForId(int fieldId)
fieldForId in interface TBase<LogEventThrift,LogEventThrift._Fields>public void read(TProtocol iprot) throws TException
read in interface TBase<LogEventThrift,LogEventThrift._Fields>TExceptionpublic void write(TProtocol oprot) throws TException
write in interface TBase<LogEventThrift,LogEventThrift._Fields>TExceptionpublic void validate()
throws TException
TExceptionCopyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.