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

40 lines
977 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class gEj {
@SerializedName("rate")
public final String b;
@SerializedName("amount")
public final String d;
public final String toString() {
String str = this.b;
String str2 = this.d;
StringBuilder sb = new StringBuilder("DutyStampFeeEntity(rate=");
sb.append(str);
sb.append(", amount=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.b.hashCode() * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof gEj)) {
return false;
}
gEj gej = (gEj) obj;
return C14957gcv.b((Object) this.b, (Object) gej.b) && C14957gcv.b((Object) this.d, (Object) gej.d);
}
}