EventOutput.Builder

public static final class EventOutput.Builder
继承自 Object

java.lang.Object
   ↳ android.adservices.ondevicepersonalization.EventOutput.Builder


要写入 EVENTS 表的 EventOutput,如果非 null。

摘要

公共构造函数

Builder()

公共方法

EventOutput build()

构建实例。

EventOutput.Builder setEventLogRecord(EventLogRecord value)

要写入 EVENTS 表的 EventLogRecord,如果非 null。

继承的方法

公共构造函数

公共方法

build

public EventOutput build ()

构建实例。调用此方法后不应再使用此构建器!

返回
EventOutput 此值不能为 null

setEventLogRecord

public EventOutput.Builder setEventLogRecord (EventLogRecord value)

要写入 EVENTS 表的 EventLogRecord,如果非 null。EventLogRecord 与已写入 REQUESTS 表的现有 RequestLogRecord 中的一行关联。

参数
value EventLogRecord: 此值不能为 null

返回
EventOutput.Builder