package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class ZWV { @SerializedName("sortSequence") public final String a; @SerializedName("bondAccountName") public final String b; @SerializedName("bondAccountNo") public final String c; public final String toString() { String str = this.a; String str2 = this.b; String str3 = this.c; StringBuilder sb = new StringBuilder("BondAccountItemEntity(sortSequence="); sb.append(str); sb.append(", bondAccountName="); sb.append(str2); sb.append(", bondAccountNo="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((this.a.hashCode() * 31) + this.b.hashCode()) * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof ZWV)) { return false; } ZWV zwv = (ZWV) obj; return C14957gcv.b((Object) this.a, (Object) zwv.a) && C14957gcv.b((Object) this.b, (Object) zwv.b) && C14957gcv.b((Object) this.c, (Object) zwv.c); } }