package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class JlT extends C3560azp { @SerializedName("transactions") public final List e; private /* synthetic */ JlT(char c) { this((byte) 0); } private JlT(byte b) { this.e = null; } public final String toString() { List list = this.e; StringBuilder sb = new StringBuilder("DeejungPlanResponseEntity(transactions="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { List list = this.e; if (list == null) { return 0; } return list.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof JlT) && C14957gcv.b(this.e, ((JlT) obj).e); } public JlT() { this((char) 0); } }