80 lines
2.4 KiB
Java
80 lines
2.4 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import o.AbstractC15351go;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class nar implements AbstractC15351go.HBt {
|
||
|
|
||
|
@SerializedName("accountNo")
|
||
|
private final String a;
|
||
|
|
||
|
@SerializedName("tokenId")
|
||
|
private final String b;
|
||
|
|
||
|
@SerializedName("agentCode")
|
||
|
private final String c;
|
||
|
|
||
|
@SerializedName("postingType")
|
||
|
private final String d;
|
||
|
|
||
|
@SerializedName("amount")
|
||
|
private final String e;
|
||
|
|
||
|
@SerializedName("transactionType")
|
||
|
private final String i;
|
||
|
|
||
|
public nar(String str, String str2, String str3, String str4, String str5, String str6) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
C14957gcv.e(str6, "");
|
||
|
this.a = str;
|
||
|
this.i = str2;
|
||
|
this.c = str3;
|
||
|
this.e = str4;
|
||
|
this.b = str5;
|
||
|
this.d = str6;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.a;
|
||
|
String str2 = this.i;
|
||
|
String str3 = this.c;
|
||
|
String str4 = this.e;
|
||
|
String str5 = this.b;
|
||
|
String str6 = this.d;
|
||
|
StringBuilder sb = new StringBuilder("GenerateQRRequest(accountNo=");
|
||
|
sb.append(str);
|
||
|
sb.append(", transactionType=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", agentCode=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", amount=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", tokenId=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", postingType=");
|
||
|
sb.append(str6);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((((((((this.a.hashCode() * 31) + this.i.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode()) * 31) + this.b.hashCode()) * 31) + this.d.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof nar)) {
|
||
|
return false;
|
||
|
}
|
||
|
nar narVar = (nar) obj;
|
||
|
return C14957gcv.b((Object) this.a, (Object) narVar.a) && C14957gcv.b((Object) this.i, (Object) narVar.i) && C14957gcv.b((Object) this.c, (Object) narVar.c) && C14957gcv.b((Object) this.e, (Object) narVar.e) && C14957gcv.b((Object) this.b, (Object) narVar.b) && C14957gcv.b((Object) this.d, (Object) narVar.d);
|
||
|
}
|
||
|
}
|