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

193 lines
5.4 KiB
Java

package o;
import com.airbnb.deeplinkdispatch.UrlTreeKt;
import java.util.List;
import o.ZSU;
/* loaded from: classes.dex */
final class Owr extends ZSU {
private final Integer a;
private final long b;
private final String c;
private final RZj d;
private final long e;
private final HGs g;
private final List<RBB> j;
/* synthetic */ Owr(long j, long j2, RZj rZj, Integer num, String str, List list, HGs hGs) {
this.b = j;
this.e = j2;
this.d = rZj;
this.a = num;
this.c = str;
this.j = list;
this.g = hGs;
}
public final boolean equals(Object obj) {
RZj rZj;
Integer num;
String str;
List<RBB> list;
if (obj == this) {
return true;
}
if (!(obj instanceof ZSU)) {
return false;
}
ZSU zsu = (ZSU) obj;
if (this.b == zsu.g() && this.e == zsu.j() && ((rZj = this.d) != null ? rZj.equals(((Owr) zsu).d) : ((Owr) zsu).d == null) && ((num = this.a) != null ? num.equals(((Owr) zsu).a) : ((Owr) zsu).a == null) && ((str = this.c) != null ? str.equals(((Owr) zsu).c) : ((Owr) zsu).c == null) && ((list = this.j) != null ? list.equals(((Owr) zsu).j) : ((Owr) zsu).j == null)) {
HGs hGs = this.g;
if (hGs == null) {
if (((Owr) zsu).g == null) {
return true;
}
} else if (hGs.equals(((Owr) zsu).g)) {
return true;
}
}
return false;
}
public final String toString() {
StringBuilder sb = new StringBuilder("LogRequest{requestTimeMs=");
sb.append(this.b);
sb.append(", requestUptimeMs=");
sb.append(this.e);
sb.append(", clientInfo=");
sb.append(this.d);
sb.append(", logSource=");
sb.append(this.a);
sb.append(", logSourceName=");
sb.append(this.c);
sb.append(", logEvents=");
sb.append(this.j);
sb.append(", qosTier=");
sb.append(this.g);
sb.append(UrlTreeKt.componentParamSuffix);
return sb.toString();
}
public final int hashCode() {
long j = this.b;
int i = (int) (j ^ (j >>> 32));
long j2 = this.e;
int i2 = (int) ((j2 >>> 32) ^ j2);
RZj rZj = this.d;
int hashCode = rZj == null ? 0 : rZj.hashCode();
Integer num = this.a;
int hashCode2 = num == null ? 0 : num.hashCode();
String str = this.c;
int hashCode3 = str == null ? 0 : str.hashCode();
List<RBB> list = this.j;
int hashCode4 = list == null ? 0 : list.hashCode();
HGs hGs = this.g;
return ((((((((((((i ^ 1000003) * 1000003) ^ i2) * 1000003) ^ hashCode) * 1000003) ^ hashCode2) * 1000003) ^ hashCode3) * 1000003) ^ hashCode4) * 1000003) ^ (hGs != null ? hGs.hashCode() : 0);
}
/* loaded from: classes.dex */
public static final class HBt extends ZSU.HBt {
private Long a;
private String b;
private RZj c;
private Long d;
private Integer e;
private List<RBB> g;
private HGs i;
@Override // o.ZSU.HBt
public final ZSU.HBt d(long j) {
this.a = Long.valueOf(j);
return this;
}
@Override // o.ZSU.HBt
public final ZSU.HBt e(long j) {
this.d = Long.valueOf(j);
return this;
}
@Override // o.ZSU.HBt
public final ZSU e() {
String str = this.a == null ? " requestTimeMs" : "";
if (this.d == null) {
StringBuilder sb = new StringBuilder();
sb.append(str);
sb.append(" requestUptimeMs");
str = sb.toString();
}
if (str.isEmpty()) {
return new Owr(this.a.longValue(), this.d.longValue(), this.c, this.e, this.b, this.g, this.i);
}
throw new IllegalStateException("Missing required properties:".concat(String.valueOf(str)));
}
@Override // o.ZSU.HBt
public final ZSU.HBt c(List<RBB> list) {
this.g = list;
return this;
}
/* JADX INFO: Access modifiers changed from: package-private */
@Override // o.ZSU.HBt
public final ZSU.HBt b(String str) {
this.b = str;
return this;
}
/* JADX INFO: Access modifiers changed from: package-private */
@Override // o.ZSU.HBt
public final ZSU.HBt c(Integer num) {
this.e = num;
return this;
}
@Override // o.ZSU.HBt
public final ZSU.HBt b(HGs hGs) {
this.i = hGs;
return this;
}
@Override // o.ZSU.HBt
public final ZSU.HBt e(RZj rZj) {
this.c = rZj;
return this;
}
}
@Override // o.ZSU
public final long j() {
return this.e;
}
@Override // o.ZSU
public final long g() {
return this.b;
}
@Override // o.ZSU
public final HGs a() {
return this.g;
}
@Override // o.ZSU
public final String d() {
return this.c;
}
@Override // o.ZSU
public final Integer b() {
return this.a;
}
@Override // o.ZSU
public final List<RBB> e() {
return this.j;
}
@Override // o.ZSU
public final RZj c() {
return this.d;
}
}