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

81 lines
1.9 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* renamed from: o.avx, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C3356avx {
@SerializedName("introductionHtml")
public String a;
@SerializedName("imagePath")
public String b;
@SerializedName("consentDocuments")
public List<ZYw> e;
@SerializedName("labelDescription")
public String f;
@SerializedName("lendingConfig")
public List<HRV> g;
@SerializedName("label")
public String h;
@SerializedName("urlParameter")
public String i;
public C3356avx(RVV rvv) {
this.b = rvv.a;
this.a = rvv.d;
this.e = rvv.b;
this.h = rvv.g;
this.f = rvv.j;
this.i = rvv.f;
this.g = rvv.h;
}
/* renamed from: o.avx$RVV */
/* loaded from: classes3.dex */
public static class RVV {
public String a;
public List<ZYw> b;
public String d;
public String f;
public String g;
public List<HRV> h;
public String j;
public C3356avx d() {
return new C3356avx(this);
}
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
C3356avx c3356avx = (C3356avx) obj;
String str = this.b;
if (str == null ? c3356avx.b != null : !str.equals(c3356avx.b)) {
return false;
}
String str2 = this.a;
String str3 = c3356avx.a;
return str2 != null ? str2.equals(str3) : str3 == null;
}
public int hashCode() {
String str = this.b;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.a;
return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0);
}
}