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

51 lines
1.4 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class GRw {
public final String c;
public final List<obE> d;
public final String e;
public GRw(String str, String str2, List<obE> list) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.c = str;
this.e = str2;
this.d = list;
}
public final String toString() {
String str = this.c;
String str2 = this.e;
List<obE> list = this.d;
StringBuilder sb = new StringBuilder("EasycashLoanInfo(header=");
sb.append(str);
sb.append(", subHeader=");
sb.append(str2);
sb.append(", item=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.c.hashCode();
int hashCode2 = this.e.hashCode();
List<obE> list = this.d;
return (((hashCode * 31) + hashCode2) * 31) + (list == null ? 0 : list.hashCode());
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof GRw)) {
return false;
}
GRw gRw = (GRw) obj;
return C14957gcv.b((Object) this.c, (Object) gRw.c) && C14957gcv.b((Object) this.e, (Object) gRw.e) && C14957gcv.b(this.d, gRw.d);
}
}