41 lines
1.0 KiB
Java
41 lines
1.0 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class ymE {
|
|
public String a;
|
|
public String d;
|
|
|
|
public ymE(String str, String str2) {
|
|
C14957gcv.e(str2, "");
|
|
this.a = str;
|
|
this.d = str2;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.d;
|
|
StringBuilder sb = new StringBuilder("EligibilityItem(imageUrl=");
|
|
sb.append(str);
|
|
sb.append(", description=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.a;
|
|
return ((str == null ? 0 : str.hashCode()) * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof ymE)) {
|
|
return false;
|
|
}
|
|
ymE yme = (ymE) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) yme.a) && C14957gcv.b((Object) this.d, (Object) yme.d);
|
|
}
|
|
}
|