package o; import com.google.gson.annotations.SerializedName; import java.util.List; import org.bouncycastle.i18n.ErrorBundle; /* loaded from: classes3.dex */ public final class AJG { @SerializedName("documentHeader") public final String a; @SerializedName("tips") public final List c; @SerializedName("instruction") public final RVV d; /* loaded from: classes3.dex */ public static final class HBt { @SerializedName("primaryIconPath") public final String a; @SerializedName("secondaryIconPath") public final String b; @SerializedName("description") public final String c; public final String toString() { String str = this.a; String str2 = this.c; String str3 = this.b; StringBuilder sb = new StringBuilder("Tip(primaryIconPath="); sb.append(str); sb.append(", description="); sb.append(str2); sb.append(", secondaryIconPath="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.a.hashCode(); int hashCode2 = this.c.hashCode(); String str = this.b; return (((hashCode * 31) + hashCode2) * 31) + (str == null ? 0 : str.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof HBt)) { return false; } HBt hBt = (HBt) obj; return C14957gcv.b((Object) this.a, (Object) hBt.a) && C14957gcv.b((Object) this.c, (Object) hBt.c) && C14957gcv.b((Object) this.b, (Object) hBt.b); } } /* loaded from: classes3.dex */ public static final class RVV { @SerializedName("imagePath") public final String c; @SerializedName(ErrorBundle.DETAIL_ENTRY) public final String e; public final String toString() { String str = this.c; String str2 = this.e; StringBuilder sb = new StringBuilder("Instruction(imagePath="); sb.append(str); sb.append(", details="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.c.hashCode() * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof RVV)) { return false; } RVV rvv = (RVV) obj; return C14957gcv.b((Object) this.c, (Object) rvv.c) && C14957gcv.b((Object) this.e, (Object) rvv.e); } } public final String toString() { RVV rvv = this.d; List list = this.c; String str = this.a; StringBuilder sb = new StringBuilder("HmlDocumentInstructionsEntity(instruction="); sb.append(rvv); sb.append(", tips="); sb.append(list); sb.append(", header="); sb.append(str); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((this.d.hashCode() * 31) + this.c.hashCode()) * 31) + this.a.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof AJG)) { return false; } AJG ajg = (AJG) obj; return C14957gcv.b(this.d, ajg.d) && C14957gcv.b(this.c, ajg.c) && C14957gcv.b((Object) this.a, (Object) ajg.a); } }