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

47 lines
1.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class Xqm {
@SerializedName("remark3")
public final String b;
@SerializedName("remark")
public final String c;
@SerializedName("statementAccountList")
public final List<rUX> d;
public final String toString() {
List<rUX> list = this.d;
String str = this.c;
String str2 = this.b;
StringBuilder sb = new StringBuilder("NdidAccountsVerificationEntity(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.c.hashCode()) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Xqm)) {
return false;
}
Xqm xqm = (Xqm) obj;
return C14957gcv.b(this.d, xqm.d) && C14957gcv.b((Object) this.c, (Object) xqm.c) && C14957gcv.b((Object) this.b, (Object) xqm.b);
}
}