what-the-bank/sources/o/LGu.java

53 lines
1.5 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.app.PendingIntent;
/* loaded from: classes2.dex */
final class LGu extends pVM {
private PendingIntent a;
private C16916sOz b;
private String d;
/* JADX INFO: Access modifiers changed from: package-private */
@Override // o.pVM
public final pVM d(C16916sOz c16916sOz) {
if (c16916sOz == null) {
throw new NullPointerException("Null logger");
}
this.b = c16916sOz;
return this;
}
/* JADX INFO: Access modifiers changed from: package-private */
@Override // o.pVM
public final IEk e() {
C16916sOz c16916sOz;
String str = this.d;
if (str == null || (c16916sOz = this.b) == null) {
StringBuilder sb = new StringBuilder();
if (this.d == null) {
sb.append(" token");
}
if (this.b == null) {
sb.append(" logger");
}
throw new IllegalStateException("Missing required properties:".concat(sb.toString()));
}
return new IEk(str, c16916sOz, this.a);
}
/* JADX INFO: Access modifiers changed from: package-private */
@Override // o.pVM
public final pVM c(String str) {
this.d = str;
return this;
}
/* JADX INFO: Access modifiers changed from: package-private */
@Override // o.pVM
public final pVM a(PendingIntent pendingIntent) {
this.a = pendingIntent;
return this;
}
}