49 lines
1.3 KiB
Java
49 lines
1.3 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Okw {
|
|
|
|
@SerializedName("strikethroughFee")
|
|
public final qnT b;
|
|
|
|
@SerializedName("promoCode")
|
|
public final String d;
|
|
|
|
@SerializedName("promoFee")
|
|
public final sQE e;
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
sQE sqe = this.e;
|
|
qnT qnt = this.b;
|
|
StringBuilder sb = new StringBuilder("DebitCardPromoVerificationEntity(promoCode=");
|
|
sb.append(str);
|
|
sb.append(", debitCardPromoFeeEntity=");
|
|
sb.append(sqe);
|
|
sb.append(", debitCardStrikeThroughFeeEntity=");
|
|
sb.append(qnt);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.d.hashCode();
|
|
int hashCode2 = this.e.hashCode();
|
|
qnT qnt = this.b;
|
|
return (((hashCode * 31) + hashCode2) * 31) + (qnt == null ? 0 : qnt.hashCode());
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof Okw)) {
|
|
return false;
|
|
}
|
|
Okw okw = (Okw) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) okw.d) && C14957gcv.b(this.e, okw.e) && C14957gcv.b(this.b, okw.b);
|
|
}
|
|
}
|