66 lines
2.0 KiB
Java
66 lines
2.0 KiB
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.Zo, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C1283Zo {
|
||
|
public final int a;
|
||
|
public final int b;
|
||
|
public final int c;
|
||
|
public final int d;
|
||
|
public final int e;
|
||
|
public final String i;
|
||
|
public final int j;
|
||
|
|
||
|
public C1283Zo(String str, int i, int i2, int i3, int i4, int i5, int i6) {
|
||
|
C14957gcv.e(str, "");
|
||
|
this.i = str;
|
||
|
this.d = i;
|
||
|
this.j = i2;
|
||
|
this.c = i3;
|
||
|
this.b = i4;
|
||
|
this.e = i5;
|
||
|
this.a = i6;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.i;
|
||
|
int i = this.d;
|
||
|
int i2 = this.j;
|
||
|
int i3 = this.c;
|
||
|
int i4 = this.b;
|
||
|
int i5 = this.e;
|
||
|
int i6 = this.a;
|
||
|
StringBuilder sb = new StringBuilder("TouchPointLivenessModel(imagePath=");
|
||
|
sb.append(str);
|
||
|
sb.append(", imageHeight=");
|
||
|
sb.append(i);
|
||
|
sb.append(", imageWidth=");
|
||
|
sb.append(i2);
|
||
|
sb.append(", imageCropWidth=");
|
||
|
sb.append(i3);
|
||
|
sb.append(", imageCropHeight=");
|
||
|
sb.append(i4);
|
||
|
sb.append(", imageCropCoordinateX=");
|
||
|
sb.append(i5);
|
||
|
sb.append(", imageCropCoordinateY=");
|
||
|
sb.append(i6);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((((((((((this.i.hashCode() * 31) + Integer.hashCode(this.d)) * 31) + Integer.hashCode(this.j)) * 31) + Integer.hashCode(this.c)) * 31) + Integer.hashCode(this.b)) * 31) + Integer.hashCode(this.e)) * 31) + Integer.hashCode(this.a);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C1283Zo)) {
|
||
|
return false;
|
||
|
}
|
||
|
C1283Zo c1283Zo = (C1283Zo) obj;
|
||
|
return C14957gcv.b((Object) this.i, (Object) c1283Zo.i) && this.d == c1283Zo.d && this.j == c1283Zo.j && this.c == c1283Zo.c && this.b == c1283Zo.b && this.e == c1283Zo.e && this.a == c1283Zo.a;
|
||
|
}
|
||
|
}
|