package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class XMZ { @SerializedName("fire") public String b; @SerializedName("creditLife") public String e; public /* synthetic */ XMZ(byte b) { this("", ""); } private XMZ(String str, String str2) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); this.b = str; this.e = str2; } public final String toString() { String str = this.b; String str2 = this.e; StringBuilder sb = new StringBuilder("Insurance(fire="); sb.append(str); sb.append(", creditLife="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.b.hashCode() * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof XMZ)) { return false; } XMZ xmz = (XMZ) obj; return C14957gcv.b((Object) this.b, (Object) xmz.b) && C14957gcv.b((Object) this.e, (Object) xmz.e); } public XMZ() { this((byte) 0); } }