58 lines
1.7 KiB
Java
58 lines
1.7 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class ooa {
|
||
|
|
||
|
@SerializedName("tokenId")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName("transactionLimit")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("remainingLimit")
|
||
|
public final String c;
|
||
|
|
||
|
@SerializedName("agentLimit")
|
||
|
public final String d;
|
||
|
|
||
|
@SerializedName("customerLimit")
|
||
|
public final String e;
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
String str2 = this.d;
|
||
|
String str3 = this.e;
|
||
|
String str4 = this.c;
|
||
|
String str5 = this.a;
|
||
|
StringBuilder sb = new StringBuilder("AgentValidationEntity(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.b.hashCode() * 31) + this.d.hashCode()) * 31) + this.e.hashCode()) * 31) + this.c.hashCode()) * 31) + this.a.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof ooa)) {
|
||
|
return false;
|
||
|
}
|
||
|
ooa ooaVar = (ooa) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) ooaVar.b) && C14957gcv.b((Object) this.d, (Object) ooaVar.d) && C14957gcv.b((Object) this.e, (Object) ooaVar.e) && C14957gcv.b((Object) this.c, (Object) ooaVar.c) && C14957gcv.b((Object) this.a, (Object) ooaVar.a);
|
||
|
}
|
||
|
}
|