public static class LogEvent.ThriftBuilder extends Object implements LogEvent.Builder<LogEventThrift>
| Constructor and Description |
|---|
ThriftBuilder(LogEventThrift builder)
Only use this if you know what you are doing.
|
| Modifier and Type | Method and Description |
|---|---|
LogEvent<LogEventThrift> |
build() |
LogEvent.Builder<LogEventThrift> |
clearProperties() |
LogEvent.Builder<LogEventThrift> |
clearRequest() |
LogEvent.Builder<LogEventThrift> |
clearResponse() |
LogEvent.Builder<LogEventThrift> |
clearTimestamp() |
LogEvent.Builder<LogEventThrift> |
clearType() |
LogEvent.Builder<LogEventThrift> |
clearUuid() |
LogEvent.Builder<LogEventThrift> |
setProperties(Map<String,String> value) |
LogEvent.Builder<LogEventThrift> |
setRequest(BidRequest<?> value) |
LogEvent.Builder<LogEventThrift> |
setResponse(BidResponse<?> value) |
LogEvent.Builder<LogEventThrift> |
setTimestamp(long value) |
LogEvent.Builder<LogEventThrift> |
setType(LogEventType<?> value) |
LogEvent.Builder<LogEventThrift> |
setUuid(Supplier<byte[]> value) |
public ThriftBuilder(LogEventThrift builder)
public LogEvent<LogEventThrift> build()
build in interface LogEvent.Builder<LogEventThrift>public LogEvent.Builder<LogEventThrift> setUuid(Supplier<byte[]> value)
setUuid in interface LogEvent.Builder<LogEventThrift>public LogEvent.Builder<LogEventThrift> clearUuid()
clearUuid in interface LogEvent.Builder<LogEventThrift>public LogEvent.Builder<LogEventThrift> setTimestamp(long value)
setTimestamp in interface LogEvent.Builder<LogEventThrift>public LogEvent.Builder<LogEventThrift> clearTimestamp()
clearTimestamp in interface LogEvent.Builder<LogEventThrift>public LogEvent.Builder<LogEventThrift> setType(LogEventType<?> value)
setType in interface LogEvent.Builder<LogEventThrift>public LogEvent.Builder<LogEventThrift> clearType()
clearType in interface LogEvent.Builder<LogEventThrift>public LogEvent.Builder<LogEventThrift> setRequest(BidRequest<?> value)
setRequest in interface LogEvent.Builder<LogEventThrift>public LogEvent.Builder<LogEventThrift> clearRequest()
clearRequest in interface LogEvent.Builder<LogEventThrift>public LogEvent.Builder<LogEventThrift> setResponse(BidResponse<?> value)
setResponse in interface LogEvent.Builder<LogEventThrift>public LogEvent.Builder<LogEventThrift> clearResponse()
clearResponse in interface LogEvent.Builder<LogEventThrift>public LogEvent.Builder<LogEventThrift> setProperties(Map<String,String> value)
setProperties in interface LogEvent.Builder<LogEventThrift>public LogEvent.Builder<LogEventThrift> clearProperties()
clearProperties in interface LogEvent.Builder<LogEventThrift>Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.