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

45 lines
1.1 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes.dex */
public final class MB {
public String c;
public String d;
public MB(String str, String str2) {
C14957gcv.e(str, "");
this.d = str;
this.c = str2;
}
public /* synthetic */ MB() {
}
public final String toString() {
String str = this.d;
String str2 = this.c;
StringBuilder sb = new StringBuilder("FatcaCrsWebviewAnswer(status=");
sb.append(str);
sb.append(", referenceID=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.d.hashCode();
String str = this.c;
return (hashCode * 31) + (str == null ? 0 : str.hashCode());
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof MB)) {
return false;
}
MB mb = (MB) obj;
return C14957gcv.b((Object) this.d, (Object) mb.d) && C14957gcv.b((Object) this.c, (Object) mb.c);
}
}