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

48 lines
1.3 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.aHV, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1545aHV {
@SerializedName("operatingAccount")
private final C17059tbG c;
@SerializedName("applicationUuid")
private final String d;
public C1545aHV(String str, C17059tbG c17059tbG) {
C14957gcv.e(str, "");
C14957gcv.e(c17059tbG, "");
this.d = str;
this.c = c17059tbG;
}
public final String toString() {
String str = this.d;
C17059tbG c17059tbG = this.c;
StringBuilder sb = new StringBuilder("HmlAddOperatingAccountRequest(applicationUuid=");
sb.append(str);
sb.append(", operatingAccount=");
sb.append(c17059tbG);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.d.hashCode() * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C1545aHV)) {
return false;
}
C1545aHV c1545aHV = (C1545aHV) obj;
return C14957gcv.b((Object) this.d, (Object) c1545aHV.d) && C14957gcv.b(this.c, c1545aHV.c);
}
}