31 lines
772 B
Java
31 lines
772 B
Java
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);
|
|
}
|
|
}
|