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

47 lines
1.3 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class LlL {
public final String b;
private final String c;
public final String d;
public LlL(String str, String str2, String str3) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
this.c = str;
this.d = str2;
this.b = str3;
}
public final String toString() {
String str = this.c;
String str2 = this.d;
String str3 = this.b;
StringBuilder sb = new StringBuilder("ECommerceInquiry(cardRefNo=");
sb.append(str);
sb.append(", blockOnshoreEcomFlag=");
sb.append(str2);
sb.append(", blockOffshoreEcomFlag=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((this.c.hashCode() * 31) + this.d.hashCode()) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof LlL)) {
return false;
}
LlL llL = (LlL) obj;
return C14957gcv.b((Object) this.c, (Object) llL.c) && C14957gcv.b((Object) this.d, (Object) llL.d) && C14957gcv.b((Object) this.b, (Object) llL.b);
}
}