46 lines
1.2 KiB
Java
46 lines
1.2 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class wGV {
|
||
|
|
||
|
@SerializedName("ceiling")
|
||
|
private final String a;
|
||
|
|
||
|
@SerializedName("normal")
|
||
|
private final String b;
|
||
|
|
||
|
@SerializedName("penalty")
|
||
|
private final String e;
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
String str2 = this.a;
|
||
|
String str3 = this.e;
|
||
|
StringBuilder sb = new StringBuilder("CalculationInterestRate(normal=");
|
||
|
sb.append(str);
|
||
|
sb.append(", ceiling=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", penalty=");
|
||
|
sb.append(str3);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((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 wGV)) {
|
||
|
return false;
|
||
|
}
|
||
|
wGV wgv = (wGV) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) wgv.b) && C14957gcv.b((Object) this.a, (Object) wgv.a) && C14957gcv.b((Object) this.e, (Object) wgv.e);
|
||
|
}
|
||
|
}
|