what-the-bank/sources/o/C17446woW.java

67 lines
2.0 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.woW, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17446woW {
@SerializedName("isicCode")
private final String a;
@SerializedName("description")
public final String c;
@SerializedName("occupationGroup")
public final String d;
@SerializedName("code")
public final String e;
public C17446woW(String str, String str2, String str3, String str4) {
this.e = str;
this.c = str2;
this.a = str3;
this.d = str4;
}
public final String toString() {
String str = this.e;
String str2 = this.c;
String str3 = this.a;
String str4 = this.d;
StringBuilder sb = new StringBuilder("OccupationEntity(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.e;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.c;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.a;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.d;
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 C17446woW)) {
return false;
}
C17446woW c17446woW = (C17446woW) obj;
return C14957gcv.b((Object) this.e, (Object) c17446woW.e) && C14957gcv.b((Object) this.c, (Object) c17446woW.c) && C14957gcv.b((Object) this.a, (Object) c17446woW.a) && C14957gcv.b((Object) this.d, (Object) c17446woW.d);
}
}