| Package | Description |
|---|---|
| com.adgear.anoa.test.ad_exchange |
| Modifier and Type | Method and Description |
|---|---|
LogEventAvro.Builder |
LogEventAvro.Builder.clearProperties()
Clears the value of the 'properties' field.
|
LogEventAvro.Builder |
LogEventAvro.Builder.clearRequest()
Clears the value of the 'request' field.
|
LogEventAvro.Builder |
LogEventAvro.Builder.clearResponse()
Clears the value of the 'response' field.
|
LogEventAvro.Builder |
LogEventAvro.Builder.clearTimestamp()
Clears the value of the 'timestamp' field.
|
LogEventAvro.Builder |
LogEventAvro.Builder.clearType()
Clears the value of the 'type' field.
|
LogEventAvro.Builder |
LogEventAvro.Builder.clearUuid()
Clears the value of the 'uuid' field.
|
static LogEventAvro.Builder |
LogEventAvro.newBuilder()
Creates a new LogEventAvro RecordBuilder.
|
static LogEventAvro.Builder |
LogEventAvro.newBuilder(LogEventAvro.Builder other)
Creates a new LogEventAvro RecordBuilder by copying an existing LogEventAvro.Builder instance.
|
static LogEventAvro.Builder |
LogEventAvro.newBuilder(LogEventAvro other)
Creates a new LogEventAvro RecordBuilder by copying an existing LogEventAvro instance.
|
LogEventAvro.Builder |
LogEventAvro.Builder.setProperties(HashMap<Utf8,Utf8> value)
Sets the value of the 'properties' field.
|
LogEventAvro.Builder |
LogEventAvro.Builder.setRequest(BidRequestAvro value)
Sets the value of the 'request' field.
|
LogEventAvro.Builder |
LogEventAvro.Builder.setResponse(BidResponseAvro value)
Sets the value of the 'response' field.
|
LogEventAvro.Builder |
LogEventAvro.Builder.setTimestamp(long value)
Sets the value of the 'timestamp' field.
|
LogEventAvro.Builder |
LogEventAvro.Builder.setType(LogEventTypeAvro value)
Sets the value of the 'type' field.
|
LogEventAvro.Builder |
LogEventAvro.Builder.setUuid(ByteBuffer value)
Sets the value of the 'uuid' field.
|
| Modifier and Type | Method and Description |
|---|---|
static LogEvent.Builder<LogEventAvro> |
LogEvent.newAvroBuilder(LogEventAvro.Builder other)
Returns new Avro builder instance based on existing prototype builder.
|
static LogEventAvro.Builder |
LogEventAvro.newBuilder(LogEventAvro.Builder other)
Creates a new LogEventAvro RecordBuilder by copying an existing LogEventAvro.Builder instance.
|
| Constructor and Description |
|---|
AvroBuilder(LogEventAvro.Builder builder)
Only use this if you know what you are doing.
|
Builder(LogEventAvro.Builder other) |
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.