package o; import java.util.List; /* loaded from: classes3.dex */ public final class YFu extends hAn { public List a; public CoP e; public /* synthetic */ YFu(char c) { this((byte) 0); } private YFu(byte b) { this.a = null; this.e = null; } public final String toString() { List list = this.a; CoP coP = this.e; StringBuilder sb = new StringBuilder("DeejungPlanResponse(transactions="); sb.append(list); sb.append(", status="); sb.append(coP); sb.append(")"); return sb.toString(); } public final int hashCode() { List list = this.a; int hashCode = list == null ? 0 : list.hashCode(); CoP coP = this.e; return (hashCode * 31) + (coP != null ? coP.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof YFu)) { return false; } YFu yFu = (YFu) obj; return C14957gcv.b(this.a, yFu.a) && C14957gcv.b(this.e, yFu.e); } public YFu() { this((char) 0); } }