40 lines
982 B
Java
40 lines
982 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class SEc extends C16562pOe {
|
||
|
|
||
|
@SerializedName("sellRate")
|
||
|
public final rFT b;
|
||
|
|
||
|
@SerializedName("buyRate")
|
||
|
public final rFT d;
|
||
|
|
||
|
public final String toString() {
|
||
|
rFT rft = this.d;
|
||
|
rFT rft2 = this.b;
|
||
|
StringBuilder sb = new StringBuilder("PrepaidTravelWalletDisplayRateSummaryEntity(buyRate=");
|
||
|
sb.append(rft);
|
||
|
sb.append(", sellRate=");
|
||
|
sb.append(rft2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (this.d.hashCode() * 31) + this.b.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof SEc)) {
|
||
|
return false;
|
||
|
}
|
||
|
SEc sEc = (SEc) obj;
|
||
|
return C14957gcv.b(this.d, sEc.d) && C14957gcv.b(this.b, sEc.b);
|
||
|
}
|
||
|
}
|