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

53 lines
1.3 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.goq, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C15377goq {
@SerializedName("defaultImageURL")
public String b;
@SerializedName("enableFlag")
public String d;
private C15377goq(String str, String str2) {
this.d = str;
this.b = str2;
}
public C15377goq() {
this("", "");
}
public final String toString() {
String str = this.d;
String str2 = this.b;
StringBuilder sb = new StringBuilder("DebitCardRegistered(enableFlag=");
sb.append(str);
sb.append(", defaultImageURL=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.b;
return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C15377goq)) {
return false;
}
C15377goq c15377goq = (C15377goq) obj;
return C14957gcv.b((Object) this.d, (Object) c15377goq.d) && C14957gcv.b((Object) this.b, (Object) c15377goq.b);
}
}