113 lines
3.6 KiB
Java
113 lines
3.6 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import okhttp3.MultipartBody;
|
|
import okhttp3.RequestBody;
|
|
|
|
/* renamed from: o.cB, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C5844cB {
|
|
|
|
@SerializedName("imageCropCoordinateY")
|
|
public final RequestBody a;
|
|
|
|
@SerializedName("imageCropHeight")
|
|
public final RequestBody b;
|
|
|
|
@SerializedName("imageCropCoordinateX")
|
|
public final RequestBody c;
|
|
|
|
@SerializedName("imageCropWidth")
|
|
public final RequestBody d;
|
|
|
|
@SerializedName("imageData")
|
|
public final MultipartBody.Part e;
|
|
|
|
@SerializedName("imageFormat")
|
|
public final RequestBody f;
|
|
|
|
@SerializedName("imageHeight")
|
|
public final RequestBody g;
|
|
|
|
@SerializedName("imageWidth")
|
|
public final RequestBody h;
|
|
|
|
public C5844cB(RequestBody requestBody, MultipartBody.Part part, RequestBody requestBody2, RequestBody requestBody3, RequestBody requestBody4, RequestBody requestBody5, RequestBody requestBody6, RequestBody requestBody7) {
|
|
C14957gcv.e(requestBody, "");
|
|
C14957gcv.e(part, "");
|
|
C14957gcv.e(requestBody2, "");
|
|
C14957gcv.e(requestBody3, "");
|
|
C14957gcv.e(requestBody4, "");
|
|
C14957gcv.e(requestBody5, "");
|
|
C14957gcv.e(requestBody6, "");
|
|
C14957gcv.e(requestBody7, "");
|
|
this.f = requestBody;
|
|
this.e = part;
|
|
this.g = requestBody2;
|
|
this.h = requestBody3;
|
|
this.c = requestBody4;
|
|
this.a = requestBody5;
|
|
this.d = requestBody6;
|
|
this.b = requestBody7;
|
|
}
|
|
|
|
/* renamed from: o.cB$Sts */
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts {
|
|
private Sts() {
|
|
}
|
|
|
|
public /* synthetic */ Sts(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public final String toString() {
|
|
RequestBody requestBody = this.f;
|
|
MultipartBody.Part part = this.e;
|
|
RequestBody requestBody2 = this.g;
|
|
RequestBody requestBody3 = this.h;
|
|
RequestBody requestBody4 = this.c;
|
|
RequestBody requestBody5 = this.a;
|
|
RequestBody requestBody6 = this.d;
|
|
RequestBody requestBody7 = this.b;
|
|
StringBuilder sb = new StringBuilder("TouchPointLivenessCheckRequest(imageFormat=");
|
|
sb.append(requestBody);
|
|
sb.append(", imageData=");
|
|
sb.append(part);
|
|
sb.append(", imageHeight=");
|
|
sb.append(requestBody2);
|
|
sb.append(", imageWidth=");
|
|
sb.append(requestBody3);
|
|
sb.append(", imageCropCoordinateX=");
|
|
sb.append(requestBody4);
|
|
sb.append(", imageCropCoordinateY=");
|
|
sb.append(requestBody5);
|
|
sb.append(", imageCropWidth=");
|
|
sb.append(requestBody6);
|
|
sb.append(", imageCropHeight=");
|
|
sb.append(requestBody7);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((((((((this.f.hashCode() * 31) + this.e.hashCode()) * 31) + this.g.hashCode()) * 31) + this.h.hashCode()) * 31) + this.c.hashCode()) * 31) + this.a.hashCode()) * 31) + this.d.hashCode()) * 31) + this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C5844cB)) {
|
|
return false;
|
|
}
|
|
C5844cB c5844cB = (C5844cB) obj;
|
|
return C14957gcv.b(this.f, c5844cB.f) && C14957gcv.b(this.e, c5844cB.e) && C14957gcv.b(this.g, c5844cB.g) && C14957gcv.b(this.h, c5844cB.h) && C14957gcv.b(this.c, c5844cB.c) && C14957gcv.b(this.a, c5844cB.a) && C14957gcv.b(this.d, c5844cB.d) && C14957gcv.b(this.b, c5844cB.b);
|
|
}
|
|
|
|
static {
|
|
new Sts((byte) 0);
|
|
}
|
|
}
|