86 lines
2.3 KiB
Java
86 lines
2.3 KiB
Java
|
package o;
|
||
|
|
||
|
import com.airbnb.deeplinkdispatch.UrlTreeKt;
|
||
|
import o.RZj;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
final class hhG extends RZj {
|
||
|
private final AbstractC0788OpE a;
|
||
|
private final RZj.LWm e;
|
||
|
|
||
|
/* synthetic */ hhG(RZj.LWm lWm, AbstractC0788OpE abstractC0788OpE) {
|
||
|
this.e = lWm;
|
||
|
this.a = abstractC0788OpE;
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (obj == this) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof RZj)) {
|
||
|
return false;
|
||
|
}
|
||
|
RZj.LWm lWm = this.e;
|
||
|
if (lWm != null ? lWm.equals(((hhG) obj).e) : ((hhG) obj).e == null) {
|
||
|
AbstractC0788OpE abstractC0788OpE = this.a;
|
||
|
if (abstractC0788OpE == null) {
|
||
|
if (((hhG) obj).a == null) {
|
||
|
return true;
|
||
|
}
|
||
|
} else if (abstractC0788OpE.equals(((hhG) obj).a)) {
|
||
|
return true;
|
||
|
}
|
||
|
}
|
||
|
return false;
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
RZj.LWm lWm = this.e;
|
||
|
int hashCode = lWm == null ? 0 : lWm.hashCode();
|
||
|
AbstractC0788OpE abstractC0788OpE = this.a;
|
||
|
return ((hashCode ^ 1000003) * 1000003) ^ (abstractC0788OpE != null ? abstractC0788OpE.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
StringBuilder sb = new StringBuilder("ClientInfo{clientType=");
|
||
|
sb.append(this.e);
|
||
|
sb.append(", androidClientInfo=");
|
||
|
sb.append(this.a);
|
||
|
sb.append(UrlTreeKt.componentParamSuffix);
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public static final class HBt extends RZj.RVV {
|
||
|
private AbstractC0788OpE a;
|
||
|
private RZj.LWm c;
|
||
|
|
||
|
@Override // o.RZj.RVV
|
||
|
public final RZj d() {
|
||
|
return new hhG(this.c, this.a);
|
||
|
}
|
||
|
|
||
|
@Override // o.RZj.RVV
|
||
|
public final RZj.RVV c(RZj.LWm lWm) {
|
||
|
this.c = lWm;
|
||
|
return this;
|
||
|
}
|
||
|
|
||
|
@Override // o.RZj.RVV
|
||
|
public final RZj.RVV a(AbstractC0788OpE abstractC0788OpE) {
|
||
|
this.a = abstractC0788OpE;
|
||
|
return this;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.RZj
|
||
|
public final RZj.LWm e() {
|
||
|
return this.e;
|
||
|
}
|
||
|
|
||
|
@Override // o.RZj
|
||
|
public final AbstractC0788OpE a() {
|
||
|
return this.a;
|
||
|
}
|
||
|
}
|