53 lines
1.3 KiB
Java
53 lines
1.3 KiB
Java
|
package o;
|
||
|
|
||
|
import com.airbnb.deeplinkdispatch.UrlTreeKt;
|
||
|
|
||
|
/* renamed from: o.zeo, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes2.dex */
|
||
|
final class C17775zeo extends ymQ {
|
||
|
private final int a;
|
||
|
private final boolean b;
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (obj == this) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof ymQ)) {
|
||
|
return false;
|
||
|
}
|
||
|
ymQ ymq = (ymQ) obj;
|
||
|
return this.a == ymq.e() && this.b == ymq.d();
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
int i = this.a;
|
||
|
boolean z = this.b;
|
||
|
StringBuilder sb = new StringBuilder("AppUpdateOptions{appUpdateType=");
|
||
|
sb.append(i);
|
||
|
sb.append(", allowAssetPackDeletion=");
|
||
|
sb.append(z);
|
||
|
sb.append(UrlTreeKt.componentParamSuffix);
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return ((this.a ^ 1000003) * 1000003) ^ (true != this.b ? 1237 : 1231);
|
||
|
}
|
||
|
|
||
|
@Override // o.ymQ
|
||
|
public final int e() {
|
||
|
return this.a;
|
||
|
}
|
||
|
|
||
|
@Override // o.ymQ
|
||
|
public final boolean d() {
|
||
|
return this.b;
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public /* synthetic */ C17775zeo(int i, boolean z) {
|
||
|
this.a = i;
|
||
|
this.b = z;
|
||
|
}
|
||
|
}
|