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

64 lines
1.9 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class Eqg {
@SerializedName("shortDescription")
public final String a;
@SerializedName("name")
public final String b;
@SerializedName("specialText")
public final String c;
@SerializedName("imageUrl")
public final String d;
@SerializedName("htmlPath")
public final String e;
@SerializedName("type")
public final String f;
public final String toString() {
String str = this.f;
String str2 = this.b;
String str3 = this.d;
String str4 = this.a;
String str5 = this.c;
String str6 = this.e;
StringBuilder sb = new StringBuilder("BenefitInfoEntity(type=");
sb.append(str);
sb.append(", name=");
sb.append(str2);
sb.append(", imageUrl=");
sb.append(str3);
sb.append(", shortDescription=");
sb.append(str4);
sb.append(", specialText=");
sb.append(str5);
sb.append(", htmlPath=");
sb.append(str6);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((this.f.hashCode() * 31) + this.b.hashCode()) * 31) + this.d.hashCode()) * 31) + this.a.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Eqg)) {
return false;
}
Eqg eqg = (Eqg) obj;
return C14957gcv.b((Object) this.f, (Object) eqg.f) && C14957gcv.b((Object) this.b, (Object) eqg.b) && C14957gcv.b((Object) this.d, (Object) eqg.d) && C14957gcv.b((Object) this.a, (Object) eqg.a) && C14957gcv.b((Object) this.c, (Object) eqg.c) && C14957gcv.b((Object) this.e, (Object) eqg.e);
}
}