package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class LBW { @SerializedName("nickname") private final String a; @SerializedName("cardRefNo") private final String d; @SerializedName("sortSequence") private final Integer e; public final String toString() { Integer num = this.e; String str = this.d; String str2 = this.a; StringBuilder sb = new StringBuilder("InvestmentDetailsCardEntity(sortSequence="); sb.append(num); sb.append(", cardRefNo="); sb.append(str); sb.append(", nickname="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { Integer num = this.e; int hashCode = num == null ? 0 : num.hashCode(); String str = this.d; int hashCode2 = str == null ? 0 : str.hashCode(); String str2 = this.a; return (((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof LBW)) { return false; } LBW lbw = (LBW) obj; return C14957gcv.b(this.e, lbw.e) && C14957gcv.b((Object) this.d, (Object) lbw.d) && C14957gcv.b((Object) this.a, (Object) lbw.a); } }