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

59 lines
1.7 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class IwZ {
@SerializedName("billerAccountNo")
public final String a;
@SerializedName("securitiesAccountDetails")
public final hYc b;
@SerializedName("cardId")
public final String c;
@SerializedName("labels")
public final OUu e;
public final String toString() {
OUu oUu = this.e;
hYc hyc = this.b;
String str = this.c;
String str2 = this.a;
StringBuilder sb = new StringBuilder("PortfolioDetailsEntity(labels=");
sb.append(oUu);
sb.append(", securitiesAccountDetails=");
sb.append(hyc);
sb.append(", cardId=");
sb.append(str);
sb.append(", billerAccountNo=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
OUu oUu = this.e;
int hashCode = oUu == null ? 0 : oUu.hashCode();
hYc hyc = this.b;
int hashCode2 = hyc == null ? 0 : hyc.hashCode();
String str = this.c;
int hashCode3 = str == null ? 0 : str.hashCode();
String str2 = this.a;
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof IwZ)) {
return false;
}
IwZ iwZ = (IwZ) obj;
return C14957gcv.b(this.e, iwZ.e) && C14957gcv.b(this.b, iwZ.b) && C14957gcv.b((Object) this.c, (Object) iwZ.c) && C14957gcv.b((Object) this.a, (Object) iwZ.a);
}
}