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

68 lines
2.1 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.VfI, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1085VfI {
@SerializedName("picturePath")
public final String a;
@SerializedName("webviewUrl")
public final String b;
@SerializedName("caption")
public final String c;
@SerializedName("header")
public final String d;
@SerializedName("description")
public final String e;
public final String toString() {
String str = this.a;
String str2 = this.c;
String str3 = this.d;
String str4 = this.e;
String str5 = this.b;
StringBuilder sb = new StringBuilder("DiscoverHighLightEntity(picturePath=");
sb.append(str);
sb.append(", caption=");
sb.append(str2);
sb.append(", header=");
sb.append(str3);
sb.append(", description=");
sb.append(str4);
sb.append(", webviewUrl=");
sb.append(str5);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.a;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.c;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.d;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.e;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.b;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str5 != null ? str5.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C1085VfI)) {
return false;
}
C1085VfI c1085VfI = (C1085VfI) obj;
return C14957gcv.b((Object) this.a, (Object) c1085VfI.a) && C14957gcv.b((Object) this.c, (Object) c1085VfI.c) && C14957gcv.b((Object) this.d, (Object) c1085VfI.d) && C14957gcv.b((Object) this.e, (Object) c1085VfI.e) && C14957gcv.b((Object) this.b, (Object) c1085VfI.b);
}
}