正在查看: Kaspi.kz v5.85.1 应用的 getMultiFieldValueClassUnderlyingNameCount.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Kaspi.kz v5.85.1 应用的 getMultiFieldValueClassUnderlyingNameCount.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package o;
import android.os.Bundle;
import androidx.annotation.NonNull;
import kotlin.jvm.internal.Intrinsics;
@newTypeCheckerState(setFieldValue = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.")
public final class getMultiFieldValueClassUnderlyingNameCount {
private final Bundle setOptions = new Bundle();
public final Bundle setLabel() {
return this.setOptions;
}
@newTypeCheckerState(setFieldValue = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.")
public final void setLabel(@NonNull String str, double d) {
Intrinsics.checkNotNullParameter(str, "");
this.setOptions.putDouble(str, d);
}
@newTypeCheckerState(setFieldValue = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.")
public final void setOptions(@NonNull String str, long j) {
Intrinsics.checkNotNullParameter(str, "");
this.setOptions.putLong(str, j);
}
@newTypeCheckerState(setFieldValue = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.")
public final void setOptions(@NonNull String str, @NonNull Bundle bundle) {
Intrinsics.checkNotNullParameter(str, "");
Intrinsics.checkNotNullParameter(bundle, "");
this.setOptions.putBundle(str, bundle);
}
@newTypeCheckerState(setFieldValue = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.")
public final void setLabel(@NonNull String str, @NonNull String str2) {
Intrinsics.checkNotNullParameter(str, "");
Intrinsics.checkNotNullParameter(str2, "");
this.setOptions.putString(str, str2);
}
@newTypeCheckerState(setFieldValue = "Migrate to use the KTX API from the main module: https://firebase.google.com/docs/android/kotlin-migration.")
public final void setError(@NonNull String str, @NonNull Bundle[] bundleArr) {
Intrinsics.checkNotNullParameter(str, "");
Intrinsics.checkNotNullParameter(bundleArr, "");
this.setOptions.putParcelableArray(str, bundleArr);
}
}