48 lines
1.4 KiB
Java
48 lines
1.4 KiB
Java
package o;
|
|
|
|
/* renamed from: o.azb, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C3546azb {
|
|
private final String b;
|
|
public final String d;
|
|
public final String e;
|
|
|
|
public C3546azb(String str, String str2, String str3) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
this.b = str;
|
|
this.e = str2;
|
|
this.d = str3;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.e;
|
|
String str3 = this.d;
|
|
StringBuilder sb = new StringBuilder("ECommerceStatus(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.b.hashCode() * 31) + this.e.hashCode()) * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C3546azb)) {
|
|
return false;
|
|
}
|
|
C3546azb c3546azb = (C3546azb) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) c3546azb.b) && C14957gcv.b((Object) this.e, (Object) c3546azb.e) && C14957gcv.b((Object) this.d, (Object) c3546azb.d);
|
|
}
|
|
}
|