使用收藏集整理内容 根据您的偏好保存内容并进行分类。
RenderOutput.Builder
public static final class RenderOutput.Builder
extends Object
java.lang.Object
|
↳ |
android.adservices.ondevicepersonalization.RenderOutput.Builder |
用于构建 RenderOutput
的构建器
摘要
继承的方法 |
来自类 java.lang.Object
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)
使当前线程进入等待状态,直到被唤醒(通常是通过被 notified 或 interrupted),或直到经过了一定的实际时间。
|
final void
|
wait(long timeoutMillis)
使当前线程进入等待状态,直到被唤醒(通常是通过被 notified 或 interrupted),或直到经过了一定的实际时间。
|
final void
|
wait()
使当前线程进入等待状态,直到被唤醒(通常是通过被 notified 或 interrupted)。
|
|
公共构造函数
Builder
public Builder ()
公共方法
此页面上的内容和代码示例受 内容许可 中所述的许可条款约束。Java 和 OpenJDK 是 Oracle 和/或其关联公司的商标或注册商标。
最后更新时间:UTC 2025-02-10。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我所需的信息","missingTheInformationINeed","thumb-down"],["太复杂 / 步骤太多","tooComplicatedTooManySteps","thumb-down"],["已过时","outOfDate","thumb-down"],["示例 / 代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间:UTC 2025-02-10。"],[],[]]