60 lines
1.9 KiB
Java
60 lines
1.9 KiB
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.hKR, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C15632hKR {
|
||
|
private final String a;
|
||
|
private final String b;
|
||
|
private final String c;
|
||
|
private final String d;
|
||
|
public final String e;
|
||
|
|
||
|
public C15632hKR(String str, String str2, String str3, String str4, String str5) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
this.d = str;
|
||
|
this.c = str2;
|
||
|
this.b = str3;
|
||
|
this.a = str4;
|
||
|
this.e = str5;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
String str2 = this.c;
|
||
|
String str3 = this.b;
|
||
|
String str4 = this.a;
|
||
|
String str5 = this.e;
|
||
|
StringBuilder sb = new StringBuilder("AgentValidation(transactionLimit=");
|
||
|
sb.append(str);
|
||
|
sb.append(", agentLimit=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", customerLimit=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", remainingLimit=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", tokenId=");
|
||
|
sb.append(str5);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((((((this.d.hashCode() * 31) + this.c.hashCode()) * 31) + this.b.hashCode()) * 31) + this.a.hashCode()) * 31) + this.e.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C15632hKR)) {
|
||
|
return false;
|
||
|
}
|
||
|
C15632hKR c15632hKR = (C15632hKR) obj;
|
||
|
return C14957gcv.b((Object) this.d, (Object) c15632hKR.d) && C14957gcv.b((Object) this.c, (Object) c15632hKR.c) && C14957gcv.b((Object) this.b, (Object) c15632hKR.b) && C14957gcv.b((Object) this.a, (Object) c15632hKR.a) && C14957gcv.b((Object) this.e, (Object) c15632hKR.e);
|
||
|
}
|
||
|
}
|