48 lines
1.2 KiB
Java
48 lines
1.2 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.df, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C9191df {
|
||
|
|
||
|
@SerializedName("prepaidCardType")
|
||
|
private final String c;
|
||
|
|
||
|
@SerializedName("cardRefNo")
|
||
|
public final String e;
|
||
|
|
||
|
public C9191df(String str, String str2) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
this.e = str;
|
||
|
this.c = str2;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.e;
|
||
|
String str2 = this.c;
|
||
|
StringBuilder sb = new StringBuilder("PrepaidRewardRequest(cardRefNo=");
|
||
|
sb.append(str);
|
||
|
sb.append(", prepaidCardType=");
|
||
|
sb.append(str2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (this.e.hashCode() * 31) + this.c.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C9191df)) {
|
||
|
return false;
|
||
|
}
|
||
|
C9191df c9191df = (C9191df) obj;
|
||
|
return C14957gcv.b((Object) this.e, (Object) c9191df.e) && C14957gcv.b((Object) this.c, (Object) c9191df.c);
|
||
|
}
|
||
|
}
|