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 FDG extends BBq {
|
||
|
|
||
|
@SerializedName("cardRefNo")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("productType")
|
||
|
public final C0257Clh c;
|
||
|
|
||
|
@SerializedName("cardMask")
|
||
|
public final String d;
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
String str2 = this.d;
|
||
|
C0257Clh c0257Clh = this.c;
|
||
|
StringBuilder sb = new StringBuilder("PrepaidAccountEntity(cardRefNo=");
|
||
|
sb.append(str);
|
||
|
sb.append(", cardMask=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", productType=");
|
||
|
sb.append(c0257Clh);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.b;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.d;
|
||
|
return (((hashCode * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + this.c.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof FDG)) {
|
||
|
return false;
|
||
|
}
|
||
|
FDG fdg = (FDG) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) fdg.b) && C14957gcv.b((Object) this.d, (Object) fdg.d) && C14957gcv.b(this.c, fdg.c);
|
||
|
}
|
||
|
}
|