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

48 lines
1.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.y, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17590y {
@SerializedName("principal")
private final String b;
@SerializedName("applicationUuid")
private final String d;
public C17590y(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.d = str;
this.b = str2;
}
public final String toString() {
String str = this.d;
String str2 = this.b;
StringBuilder sb = new StringBuilder("HmlOfferCalculationRequest(applicationUuid=");
sb.append(str);
sb.append(", principal=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.d.hashCode() * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C17590y)) {
return false;
}
C17590y c17590y = (C17590y) obj;
return C14957gcv.b((Object) this.d, (Object) c17590y.d) && C14957gcv.b((Object) this.b, (Object) c17590y.b);
}
}