RequestLogRecord.Builder

public static final class RequestLogRecord.Builder
extends Object

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


A builder for RequestLogRecord

Summary

Public constructors

Builder()

Public methods

RequestLogRecord.Builder addRow(ContentValues value)
RequestLogRecord build()

Builds the instance.

RequestLogRecord.Builder setRows(List<ContentValues> value)

A List of rows, each containing a ContentValues.

Inherited methods

Public constructors

Public methods

addRow

public RequestLogRecord.Builder addRow (ContentValues value)

Parameters
value ContentValues: This value cannot be null.

Returns
RequestLogRecord.Builder This value cannot be null.

See also:

build

public RequestLogRecord build ()

Builds the instance. This builder should not be touched after calling this!

Returns
RequestLogRecord This value cannot be null.

setRows

public RequestLogRecord.Builder setRows (List<ContentValues> value)

A List of rows, each containing a ContentValues.

Parameters
value List: This value cannot be null.

Returns
RequestLogRecord.Builder This value cannot be null.