43 lines
1.1 KiB
Java
43 lines
1.1 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class yaN {
|
|
|
|
@SerializedName("enrolledType")
|
|
public final XLa b;
|
|
|
|
@SerializedName("enrolledStatus")
|
|
public final MGC c;
|
|
|
|
public final String toString() {
|
|
XLa xLa = this.b;
|
|
MGC mgc = this.c;
|
|
StringBuilder sb = new StringBuilder("EnrollmentInquiryEntity(enrolledType=");
|
|
sb.append(xLa);
|
|
sb.append(", enrolledStatus=");
|
|
sb.append(mgc);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
XLa xLa = this.b;
|
|
int hashCode = xLa == null ? 0 : xLa.hashCode();
|
|
MGC mgc = this.c;
|
|
return (hashCode * 31) + (mgc != null ? mgc.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof yaN)) {
|
|
return false;
|
|
}
|
|
yaN yan = (yaN) obj;
|
|
return C14957gcv.b(this.b, yan.b) && C14957gcv.b(this.c, yan.c);
|
|
}
|
|
}
|