what-the-bank/sources/o/C12165et.java

102 lines
3.1 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import okhttp3.MultipartBody;
import okhttp3.RequestBody;
/* renamed from: o.et, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C12165et {
@SerializedName("imageHeight")
public final RequestBody a;
@SerializedName("signature")
public final String b;
@SerializedName("imageFormat")
public final RequestBody c;
@SerializedName("imageWidth")
public final RequestBody d;
@SerializedName("imageData")
public final MultipartBody.Part e;
@SerializedName("timestamp")
public final String h;
public C12165et(RequestBody requestBody, MultipartBody.Part part, RequestBody requestBody2, RequestBody requestBody3, String str, String str2) {
C14957gcv.e(requestBody, "");
C14957gcv.e(part, "");
this.c = requestBody;
this.e = part;
this.a = requestBody2;
this.d = requestBody3;
this.b = str;
this.h = str2;
}
/* renamed from: o.et$IeS */
/* loaded from: classes3.dex */
public static final class IeS {
private IeS() {
}
public /* synthetic */ IeS(byte b) {
this();
}
}
public final String toString() {
RequestBody requestBody = this.c;
MultipartBody.Part part = this.e;
RequestBody requestBody2 = this.a;
RequestBody requestBody3 = this.d;
String str = this.b;
String str2 = this.h;
StringBuilder sb = new StringBuilder("VerifyByFaceRequest(imageFormat=");
sb.append(requestBody);
sb.append(", imageData=");
sb.append(part);
sb.append(", imageHeight=");
sb.append(requestBody2);
sb.append(", imageWidth=");
sb.append(requestBody3);
sb.append(", imageHash=");
sb.append(str);
sb.append(", timestamp=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.c.hashCode();
int hashCode2 = this.e.hashCode();
RequestBody requestBody = this.a;
int hashCode3 = requestBody == null ? 0 : requestBody.hashCode();
RequestBody requestBody2 = this.d;
int hashCode4 = requestBody2 == null ? 0 : requestBody2.hashCode();
String str = this.b;
int hashCode5 = str == null ? 0 : str.hashCode();
String str2 = this.h;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C12165et)) {
return false;
}
C12165et c12165et = (C12165et) obj;
return C14957gcv.b(this.c, c12165et.c) && C14957gcv.b(this.e, c12165et.e) && C14957gcv.b(this.a, c12165et.a) && C14957gcv.b(this.d, c12165et.d) && C14957gcv.b((Object) this.b, (Object) c12165et.b) && C14957gcv.b((Object) this.h, (Object) c12165et.h);
}
static {
new IeS((byte) 0);
}
}