AdSelectionOutcome.Builder

public static final class AdSelectionOutcome.Builder
extends Object

java.lang.Object
   ↳ android.adservices.adselection.AdSelectionOutcome.Builder


AdSelectionOutcome 객체의 빌더입니다.

요약

공개 생성자

Builder()

공개 메서드

AdSelectionOutcome build()

AdSelectionOutcome 인스턴스를 빌드합니다.

AdSelectionOutcome.Builder setAdSelectionId(long adSelectionId)

mAdSelectionId를 설정합니다.

AdSelectionOutcome.Builder setRenderUri(Uri renderUri)

RenderUri를 설정합니다.

상속된 메서드

Object clone()

이 개체의 사본을 만들어 반환합니다.

boolean equals(Object obj)

일부 다른 개체가 이 개체와 '같은'지 여부를 나타냅니다.

void finalize()

가비지 컬렉션이 더 이상 객체에 관한 참조가 없다고 판단하는 경우 객체의 가비지 컬렉터에서 호출합니다.

final Class<?> getClass()

Object의 런타임 클래스를 반환합니다.

int hashCode()

객체의 해시 코드 값을 반환합니다.

final void notify()

이 객체의 모니터에서 대기 중인 단일 스레드의 대기 모드를 해제합니다.

final void notifyAll()

이 개체의 모니터에서 대기 중인 모든 스레드의 대기 모드를 해제합니다.

String toString()

객체의 문자열 표현을 반환합니다.

final void wait(long timeoutMillis, int nanos)

일반적으로 알림을 받거나 중단되어 절전 모드에서 해제될 때까지 또는 일정 시간이 경과할 때까지 현재 스레드가 대기하도록 합니다.

final void wait(long timeoutMillis)

일반적으로 알림을 받거나 중단되어 절전 모드에서 해제될 때까지 또는 일정 시간이 경과할 때까지 현재 스레드가 대기하도록 합니다.

final void wait()

일반적으로 알림을 받거나 중단되어 절전 모드에서 해제될 때까지 현재 스레드가 대기하도록 합니다.

공개 생성자

빌더

public Builder ()

공개 메서드

build

public AdSelectionOutcome build ()

AdSelectionOutcome 인스턴스를 빌드합니다.

반환 값
AdSelectionOutcome 이 값은 null일 수 없습니다.

생성 값
IllegalArgumentException adSelectionIid가 설정되지 않은 경우
NullPointerException RenderUri가 null인 경우

setAdSelectionId

public AdSelectionOutcome.Builder setAdSelectionId (long adSelectionId)

mAdSelectionId를 설정합니다.

매개변수
adSelectionId long

반환 값
AdSelectionOutcome.Builder 이 값은 null일 수 없습니다.

setRenderUri

public AdSelectionOutcome.Builder setRenderUri (Uri renderUri)

RenderUri를 설정합니다.

매개변수
renderUri Uri: 이 값은 null일 수 없습니다.

반환 값
AdSelectionOutcome.Builder 이 값은 null일 수 없습니다.