LogEvent.Builder<T> |
LogEvent.Builder.clearProperties() |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.clearProperties() |
LogEvent.Builder<AdExchangeProtobuf.LogEvent> |
LogEvent.ProtobufBuilder.clearProperties() |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.clearProperties() |
LogEvent.Builder<T> |
LogEvent.Builder.clearRequest() |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.clearRequest() |
LogEvent.Builder<AdExchangeProtobuf.LogEvent> |
LogEvent.ProtobufBuilder.clearRequest() |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.clearRequest() |
LogEvent.Builder<T> |
LogEvent.Builder.clearResponse() |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.clearResponse() |
LogEvent.Builder<AdExchangeProtobuf.LogEvent> |
LogEvent.ProtobufBuilder.clearResponse() |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.clearResponse() |
LogEvent.Builder<T> |
LogEvent.Builder.clearTimestamp() |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.clearTimestamp() |
LogEvent.Builder<AdExchangeProtobuf.LogEvent> |
LogEvent.ProtobufBuilder.clearTimestamp() |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.clearTimestamp() |
LogEvent.Builder<T> |
LogEvent.Builder.clearType() |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.clearType() |
LogEvent.Builder<AdExchangeProtobuf.LogEvent> |
LogEvent.ProtobufBuilder.clearType() |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.clearType() |
LogEvent.Builder<T> |
LogEvent.Builder.clearUuid() |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.clearUuid() |
LogEvent.Builder<AdExchangeProtobuf.LogEvent> |
LogEvent.ProtobufBuilder.clearUuid() |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.clearUuid() |
static LogEvent.Builder<LogEventAvro> |
LogEvent.newAvroBuilder()
Returns new Avro builder instance with default values.
|
static LogEvent.Builder<LogEventAvro> |
LogEvent.newAvroBuilder(LogEvent<?> other)
Returns new Avro builder instance based on existing prototype LogEvent.
|
static LogEvent.Builder<LogEventAvro> |
LogEvent.newAvroBuilder(LogEventAvro.Builder other)
Returns new Avro builder instance based on existing prototype builder.
|
static LogEvent.Builder<LogEventAvro> |
LogEvent.newAvroBuilder(LogEventAvro other)
Returns new Avro builder instance based on existing prototype.
|
LogEvent.Builder<T> |
LogEvent.newBuilder()
Creates a new builder based on this object.
|
LogEvent.Builder<LogEvent.NativeImpl> |
LogEvent.NativeImpl.newBuilder() |
LogEvent.Builder<LogEventAvro> |
LogEvent.Avro.newBuilder() |
LogEvent.Builder<AdExchangeProtobuf.LogEvent> |
LogEvent.Protobuf.newBuilder() |
LogEvent.Builder<LogEventThrift> |
LogEvent.Thrift.newBuilder() |
static LogEvent.Builder<LogEvent.NativeImpl> |
LogEvent.newNativeImplBuilder()
Returns a POJO builder instance with default values.
|
static LogEvent.Builder<LogEvent.NativeImpl> |
LogEvent.newNativeImplBuilder(LogEvent<?> other)
Returns a POJO builder instance based on existing prototype LogEvent.
|
static LogEvent.Builder<AdExchangeProtobuf.LogEvent> |
LogEvent.newProtobufBuilder()
Returns new Protobuf builder instance with default values.
|
static LogEvent.Builder<AdExchangeProtobuf.LogEvent> |
LogEvent.newProtobufBuilder(AdExchangeProtobuf.LogEvent other)
Returns new Protobuf builder instance based on existing prototype.
|
static LogEvent.Builder<AdExchangeProtobuf.LogEvent> |
LogEvent.newProtobufBuilder(LogEvent<?> other)
Returns new Protobuf builder instance based on existing prototype LogEvent.
|
static LogEvent.Builder<LogEventThrift> |
LogEvent.newThriftBuilder()
Returns new Thrift builder instance with default values.
|
static LogEvent.Builder<LogEventThrift> |
LogEvent.newThriftBuilder(LogEvent<?> other)
Returns new Thrift builder instance based on existing prototype LogEvent.
|
static LogEvent.Builder<LogEventThrift> |
LogEvent.newThriftBuilder(LogEventThrift other)
Returns new Thrift builder instance based on existing prototype.
|
LogEvent.Builder<T> |
LogEvent.Builder.setProperties(Map<String,String> value) |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.setProperties(Map<String,String> value) |
LogEvent.Builder<AdExchangeProtobuf.LogEvent> |
LogEvent.ProtobufBuilder.setProperties(Map<String,String> value) |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.setProperties(Map<String,String> value) |
LogEvent.Builder<T> |
LogEvent.Builder.setRequest(BidRequest<?> value) |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.setRequest(BidRequest<?> value) |
LogEvent.Builder<AdExchangeProtobuf.LogEvent> |
LogEvent.ProtobufBuilder.setRequest(BidRequest<?> value) |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.setRequest(BidRequest<?> value) |
LogEvent.Builder<T> |
LogEvent.Builder.setResponse(BidResponse<?> value) |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.setResponse(BidResponse<?> value) |
LogEvent.Builder<AdExchangeProtobuf.LogEvent> |
LogEvent.ProtobufBuilder.setResponse(BidResponse<?> value) |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.setResponse(BidResponse<?> value) |
LogEvent.Builder<T> |
LogEvent.Builder.setTimestamp(long value) |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.setTimestamp(long value) |
LogEvent.Builder<AdExchangeProtobuf.LogEvent> |
LogEvent.ProtobufBuilder.setTimestamp(long value) |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.setTimestamp(long value) |
LogEvent.Builder<T> |
LogEvent.Builder.setType(LogEventType<?> value) |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.setType(LogEventType<?> value) |
LogEvent.Builder<AdExchangeProtobuf.LogEvent> |
LogEvent.ProtobufBuilder.setType(LogEventType<?> value) |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.setType(LogEventType<?> value) |
LogEvent.Builder<T> |
LogEvent.Builder.setUuid(Supplier<byte[]> value) |
LogEvent.Builder<LogEventAvro> |
LogEvent.AvroBuilder.setUuid(Supplier<byte[]> value) |
LogEvent.Builder<AdExchangeProtobuf.LogEvent> |
LogEvent.ProtobufBuilder.setUuid(Supplier<byte[]> value) |
LogEvent.Builder<LogEventThrift> |
LogEvent.ThriftBuilder.setUuid(Supplier<byte[]> value) |