what-the-bank/sources/o/C7920cxT.java

53 lines
1.5 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.cxT, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C7920cxT {
@SerializedName("limitAmount")
public final double b;
@SerializedName("function")
public final String c;
@SerializedName("remainingAmount")
public final double d;
@SerializedName("limitType")
public final String e;
public final String toString() {
String str = this.e;
double d = this.d;
String str2 = this.c;
double d2 = this.b;
StringBuilder sb = new StringBuilder("RemainingLimitEntity(limitType=");
sb.append(str);
sb.append(", remainingAmount=");
sb.append(d);
sb.append(", function=");
sb.append(str2);
sb.append(", limitAmount=");
sb.append(d2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((this.e.hashCode() * 31) + Double.hashCode(this.d)) * 31) + this.c.hashCode()) * 31) + Double.hashCode(this.b);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C7920cxT)) {
return false;
}
C7920cxT c7920cxT = (C7920cxT) obj;
return C14957gcv.b((Object) this.e, (Object) c7920cxT.e) && Double.compare(this.d, c7920cxT.d) == 0 && C14957gcv.b((Object) this.c, (Object) c7920cxT.c) && Double.compare(this.b, c7920cxT.b) == 0;
}
}