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

31 lines
772 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.xFe, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17487xFe {
@SerializedName("educationLevels")
public final sOe d;
public final String toString() {
sOe soe = this.d;
StringBuilder sb = new StringBuilder("HmlEducationLevelsEntity(educationLevels=");
sb.append(soe);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof C17487xFe) && C14957gcv.b(this.d, ((C17487xFe) obj).d);
}
}