71 lines
2.4 KiB
Java
71 lines
2.4 KiB
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.dBf, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C8111dBf {
|
||
|
public final String a;
|
||
|
public final String b;
|
||
|
public final String c;
|
||
|
public final String d;
|
||
|
public final String e;
|
||
|
public final String j;
|
||
|
|
||
|
public C8111dBf(String str, String str2, String str3, String str4, String str5, String str6) {
|
||
|
this.b = str;
|
||
|
this.e = str2;
|
||
|
this.a = str3;
|
||
|
this.c = str4;
|
||
|
this.j = str5;
|
||
|
this.d = str6;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
String str2 = this.e;
|
||
|
String str3 = this.a;
|
||
|
String str4 = this.c;
|
||
|
String str5 = this.j;
|
||
|
String str6 = this.d;
|
||
|
StringBuilder sb = new StringBuilder("MerchantInfo(id=");
|
||
|
sb.append(str);
|
||
|
sb.append(", name=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", code=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", terminal=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", urlLogo=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", referenceOrder=");
|
||
|
sb.append(str6);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.b;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.e;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.a;
|
||
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.c;
|
||
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.j;
|
||
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
||
|
String str6 = this.d;
|
||
|
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str6 != null ? str6.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C8111dBf)) {
|
||
|
return false;
|
||
|
}
|
||
|
C8111dBf c8111dBf = (C8111dBf) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) c8111dBf.b) && C14957gcv.b((Object) this.e, (Object) c8111dBf.e) && C14957gcv.b((Object) this.a, (Object) c8111dBf.a) && C14957gcv.b((Object) this.c, (Object) c8111dBf.c) && C14957gcv.b((Object) this.j, (Object) c8111dBf.j) && C14957gcv.b((Object) this.d, (Object) c8111dBf.d);
|
||
|
}
|
||
|
}
|