141 lines
5.0 KiB
Java
141 lines
5.0 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import okhttp3.MultipartBody;
|
|
import okhttp3.RequestBody;
|
|
|
|
/* renamed from: o.bO, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C4035bO {
|
|
|
|
@SerializedName("imageCropHeight")
|
|
public final RequestBody a;
|
|
|
|
@SerializedName("imageData")
|
|
public final MultipartBody.Part b;
|
|
|
|
@SerializedName("imageCropWidth")
|
|
public final RequestBody c;
|
|
|
|
@SerializedName("imageCropCoordinateX")
|
|
public final RequestBody d;
|
|
|
|
@SerializedName("imageCropCoordinateY")
|
|
public final RequestBody e;
|
|
|
|
@SerializedName("imageWidth")
|
|
public final RequestBody f;
|
|
|
|
@SerializedName("ndidType")
|
|
public final RequestBody g;
|
|
|
|
@SerializedName("imageHeight")
|
|
public final RequestBody h;
|
|
|
|
@SerializedName("signature")
|
|
public final String i;
|
|
|
|
@SerializedName("imageFormat")
|
|
public final RequestBody j;
|
|
|
|
@SerializedName("timestamp")
|
|
public final String k;
|
|
|
|
@SerializedName("requestId")
|
|
public final RequestBody m;
|
|
|
|
public C4035bO(RequestBody requestBody, RequestBody requestBody2, RequestBody requestBody3, MultipartBody.Part part, RequestBody requestBody4, RequestBody requestBody5, RequestBody requestBody6, RequestBody requestBody7, RequestBody requestBody8, RequestBody requestBody9, String str, String str2) {
|
|
C14957gcv.e(requestBody, "");
|
|
C14957gcv.e(requestBody3, "");
|
|
C14957gcv.e(part, "");
|
|
C14957gcv.e(requestBody4, "");
|
|
C14957gcv.e(requestBody5, "");
|
|
C14957gcv.e(requestBody6, "");
|
|
C14957gcv.e(requestBody7, "");
|
|
C14957gcv.e(requestBody8, "");
|
|
C14957gcv.e(requestBody9, "");
|
|
this.g = requestBody;
|
|
this.m = requestBody2;
|
|
this.j = requestBody3;
|
|
this.b = part;
|
|
this.h = requestBody4;
|
|
this.f = requestBody5;
|
|
this.d = requestBody6;
|
|
this.e = requestBody7;
|
|
this.c = requestBody8;
|
|
this.a = requestBody9;
|
|
this.i = str;
|
|
this.k = str2;
|
|
}
|
|
|
|
public final String toString() {
|
|
RequestBody requestBody = this.g;
|
|
RequestBody requestBody2 = this.m;
|
|
RequestBody requestBody3 = this.j;
|
|
MultipartBody.Part part = this.b;
|
|
RequestBody requestBody4 = this.h;
|
|
RequestBody requestBody5 = this.f;
|
|
RequestBody requestBody6 = this.d;
|
|
RequestBody requestBody7 = this.e;
|
|
RequestBody requestBody8 = this.c;
|
|
RequestBody requestBody9 = this.a;
|
|
String str = this.i;
|
|
String str2 = this.k;
|
|
StringBuilder sb = new StringBuilder("LivenessCheckRequest(ndidType=");
|
|
sb.append(requestBody);
|
|
sb.append(", requestId=");
|
|
sb.append(requestBody2);
|
|
sb.append(", imageFormat=");
|
|
sb.append(requestBody3);
|
|
sb.append(", imageData=");
|
|
sb.append(part);
|
|
sb.append(", imageHeight=");
|
|
sb.append(requestBody4);
|
|
sb.append(", imageWidth=");
|
|
sb.append(requestBody5);
|
|
sb.append(", imageCropCoordinateX=");
|
|
sb.append(requestBody6);
|
|
sb.append(", imageCropCoordinateY=");
|
|
sb.append(requestBody7);
|
|
sb.append(", imageCropWidth=");
|
|
sb.append(requestBody8);
|
|
sb.append(", imageCropHeight=");
|
|
sb.append(requestBody9);
|
|
sb.append(", imageHash=");
|
|
sb.append(str);
|
|
sb.append(", timestamp=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.g.hashCode();
|
|
RequestBody requestBody = this.m;
|
|
int hashCode2 = requestBody == null ? 0 : requestBody.hashCode();
|
|
int hashCode3 = this.j.hashCode();
|
|
int hashCode4 = this.b.hashCode();
|
|
int hashCode5 = this.h.hashCode();
|
|
int hashCode6 = this.f.hashCode();
|
|
int hashCode7 = this.d.hashCode();
|
|
int hashCode8 = this.e.hashCode();
|
|
int hashCode9 = this.c.hashCode();
|
|
int hashCode10 = this.a.hashCode();
|
|
String str = this.i;
|
|
int hashCode11 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.k;
|
|
return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + (str2 != null ? str2.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C4035bO)) {
|
|
return false;
|
|
}
|
|
C4035bO c4035bO = (C4035bO) obj;
|
|
return C14957gcv.b(this.g, c4035bO.g) && C14957gcv.b(this.m, c4035bO.m) && C14957gcv.b(this.j, c4035bO.j) && C14957gcv.b(this.b, c4035bO.b) && C14957gcv.b(this.h, c4035bO.h) && C14957gcv.b(this.f, c4035bO.f) && C14957gcv.b(this.d, c4035bO.d) && C14957gcv.b(this.e, c4035bO.e) && C14957gcv.b(this.c, c4035bO.c) && C14957gcv.b(this.a, c4035bO.a) && C14957gcv.b((Object) this.i, (Object) c4035bO.i) && C14957gcv.b((Object) this.k, (Object) c4035bO.k);
|
|
}
|
|
}
|