59 lines
1.7 KiB
Java
59 lines
1.7 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class SiD {
|
|
public final String a;
|
|
public final String b;
|
|
public final mNn c;
|
|
public final gnR d;
|
|
public final String e;
|
|
|
|
public SiD(String str, String str2, String str3, mNn mnn, gnR gnr) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(mnn, "");
|
|
C14957gcv.e(gnr, "");
|
|
this.b = str;
|
|
this.a = str2;
|
|
this.e = str3;
|
|
this.c = mnn;
|
|
this.d = gnr;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.a;
|
|
String str3 = this.e;
|
|
mNn mnn = this.c;
|
|
gnR gnr = this.d;
|
|
StringBuilder sb = new StringBuilder("PrepaidCardType(newFlag=");
|
|
sb.append(str);
|
|
sb.append(", prepaidCardType=");
|
|
sb.append(str2);
|
|
sb.append(", cardImageUrl=");
|
|
sb.append(str3);
|
|
sb.append(", newFee=");
|
|
sb.append(mnn);
|
|
sb.append(", productType=");
|
|
sb.append(gnr);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((this.b.hashCode() * 31) + this.a.hashCode()) * 31) + this.e.hashCode()) * 31) + this.c.hashCode()) * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof SiD)) {
|
|
return false;
|
|
}
|
|
SiD siD = (SiD) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) siD.b) && C14957gcv.b((Object) this.a, (Object) siD.a) && C14957gcv.b((Object) this.e, (Object) siD.e) && C14957gcv.b(this.c, siD.c) && C14957gcv.b(this.d, siD.d);
|
|
}
|
|
}
|