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

31 lines
788 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.fnm, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C14152fnm {
@SerializedName("customerOccupationInfo")
public final rQr e;
public final String toString() {
rQr rqr = this.e;
StringBuilder sb = new StringBuilder("CustomerOccupationInfoEntity(occupationInfoEntity=");
sb.append(rqr);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof C14152fnm) && C14957gcv.b(this.e, ((C14152fnm) obj).e);
}
}