public static class LogEvent.NativeImpl extends Object implements LogEvent<LogEvent.NativeImpl>
LogEvent.Avro, LogEvent.AvroBuilder, LogEvent.Builder<T>, LogEvent.Comparator, LogEvent.NativeImpl, LogEvent.Protobuf, LogEvent.ProtobufBuilder, LogEvent.Thrift, LogEvent.ThriftBuilder| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
LogEvent.NativeImpl |
get()
Returns underlying object.
|
SortedMap<String,String> |
getProperties()
Log event custom properties.
|
BidRequest<?> |
getRequest() |
BidResponse<?> |
getResponse()
Bid response submitted to the real-time bidding ad exchange.
|
long |
getTimestamp()
Log event timestamp, in milliseconds from epoch.
|
LogEventType<?> |
getType()
Log event type.
|
Supplier<byte[]> |
getUuid()
Log event unique identifier.
|
int |
hashCode() |
boolean |
isDefaultProperties() |
boolean |
isDefaultRequest() |
boolean |
isDefaultResponse() |
boolean |
isDefaultTimestamp() |
boolean |
isDefaultType() |
boolean |
isDefaultUuid() |
LogEvent.Builder<LogEvent.NativeImpl> |
newBuilder()
Creates a new builder based on this object.
|
String |
toString() |
avro, avro, compareTo, getAvroClass, getAvroSchema, getComparator, getProtobufClass, getProtobufDescriptor, getProtobufProtocolClass, getProtobufProtocolDescriptor, getThriftClass, getThriftMetadataMap, isDefault, nativeImpl, newAvroBuilder, newAvroBuilder, newAvroBuilder, newAvroBuilder, newNativeImplBuilder, newNativeImplBuilder, newProtobufBuilder, newProtobufBuilder, newProtobufBuilder, newThriftBuilder, newThriftBuilder, newThriftBuilder, protobuf, protobuf, thrift, thriftpublic static final long serialVersionUID
public LogEvent.NativeImpl get()
LogEventget in interface LogEvent<LogEvent.NativeImpl>get in interface Supplier<LogEvent.NativeImpl>public LogEvent.Builder<LogEvent.NativeImpl> newBuilder()
LogEventnewBuilder in interface LogEvent<LogEvent.NativeImpl>public Supplier<byte[]> getUuid()
LogEventgetUuid in interface LogEvent<LogEvent.NativeImpl>public boolean isDefaultUuid()
isDefaultUuid in interface LogEvent<LogEvent.NativeImpl>public long getTimestamp()
LogEventgetTimestamp in interface LogEvent<LogEvent.NativeImpl>public boolean isDefaultTimestamp()
isDefaultTimestamp in interface LogEvent<LogEvent.NativeImpl>public LogEventType<?> getType()
LogEventgetType in interface LogEvent<LogEvent.NativeImpl>public boolean isDefaultType()
isDefaultType in interface LogEvent<LogEvent.NativeImpl>public BidRequest<?> getRequest()
getRequest in interface LogEvent<LogEvent.NativeImpl>public boolean isDefaultRequest()
isDefaultRequest in interface LogEvent<LogEvent.NativeImpl>public BidResponse<?> getResponse()
LogEventgetResponse in interface LogEvent<LogEvent.NativeImpl>public boolean isDefaultResponse()
isDefaultResponse in interface LogEvent<LogEvent.NativeImpl>public SortedMap<String,String> getProperties()
LogEventgetProperties in interface LogEvent<LogEvent.NativeImpl>public boolean isDefaultProperties()
isDefaultProperties in interface LogEvent<LogEvent.NativeImpl>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.