package o; /* loaded from: classes3.dex */ public final class CfP { public final String a; public final String b; public final String c; public final String d; public /* synthetic */ CfP(String str, String str2, String str3) { this(str, str2, null, str3); } public CfP(String str, String str2, String str3, String str4) { this.c = str; this.a = str2; this.d = str3; this.b = str4; } /* loaded from: classes3.dex */ public static final class Sts { private Sts() { } public /* synthetic */ Sts(byte b) { this(); } } public final String toString() { String str = this.c; String str2 = this.a; String str3 = this.d; String str4 = this.b; StringBuilder sb = new StringBuilder("Occupation(code="); sb.append(str); sb.append(", description="); sb.append(str2); sb.append(", isicCode="); sb.append(str3); sb.append(", occupationGroup="); sb.append(str4); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.c; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.a; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.d; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.b; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str4 != null ? str4.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof CfP)) { return false; } CfP cfP = (CfP) obj; return C14957gcv.b((Object) this.c, (Object) cfP.c) && C14957gcv.b((Object) this.a, (Object) cfP.a) && C14957gcv.b((Object) this.d, (Object) cfP.d) && C14957gcv.b((Object) this.b, (Object) cfP.b); } static { new Sts((byte) 0); } }