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

63 lines
1.9 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class iDf {
@SerializedName("GMBDeeplinkURL")
public final String a;
@SerializedName("GMBImageURL")
public final String b;
@SerializedName("GMBMoreInfo")
public final C16616pjp c;
@SerializedName("GMBFlag")
public final String d;
@SerializedName("GMBClientSecret")
public final String e;
public final String toString() {
String str = this.b;
C16616pjp c16616pjp = this.c;
String str2 = this.a;
String str3 = this.d;
String str4 = this.e;
StringBuilder sb = new StringBuilder("GMBEntity(gmbImageURL=");
sb.append(str);
sb.append(", gmbMoreInfo=");
sb.append(c16616pjp);
sb.append(", gmbDeeplinkURL=");
sb.append(str2);
sb.append(", gmbFlag=");
sb.append(str3);
sb.append(", gmbClientSecret=");
sb.append(str4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.b.hashCode();
C16616pjp c16616pjp = this.c;
int hashCode2 = c16616pjp == null ? 0 : c16616pjp.hashCode();
int hashCode3 = this.a.hashCode();
String str = this.d;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str != null ? str.hashCode() : 0)) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof iDf)) {
return false;
}
iDf idf = (iDf) obj;
return C14957gcv.b((Object) this.b, (Object) idf.b) && C14957gcv.b(this.c, idf.c) && C14957gcv.b((Object) this.a, (Object) idf.a) && C14957gcv.b((Object) this.d, (Object) idf.d) && C14957gcv.b((Object) this.e, (Object) idf.e);
}
}