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

49 lines
1.3 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 orO {
public final String a;
public final String b;
public final List<C12365ewo> d;
public orO(List<C12365ewo> list, String str, String str2) {
C14957gcv.e(list, "");
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.d = list;
this.a = str;
this.b = str2;
}
public final String toString() {
List<C12365ewo> list = this.d;
String str = this.a;
String str2 = this.b;
StringBuilder sb = new StringBuilder("NdidAccountsVerification(statementAccountList=");
sb.append(list);
sb.append(", remark=");
sb.append(str);
sb.append(", remark3=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((this.d.hashCode() * 31) + this.a.hashCode()) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof orO)) {
return false;
}
orO oro = (orO) obj;
return C14957gcv.b(this.d, oro.d) && C14957gcv.b((Object) this.a, (Object) oro.a) && C14957gcv.b((Object) this.b, (Object) oro.b);
}
}