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

50 lines
1.2 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes3.dex */
public final class cUQ {
public String a;
public String e;
private cUQ(byte b) {
this.e = null;
this.a = null;
}
public /* synthetic */ cUQ(char c) {
this((byte) 0);
}
public final String toString() {
String str = this.e;
String str2 = this.a;
StringBuilder sb = new StringBuilder("NdidCommonRemark(remark1=");
sb.append(str);
sb.append(", remark2=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.e;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.a;
return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof cUQ)) {
return false;
}
cUQ cuq = (cUQ) obj;
return C14957gcv.b((Object) this.e, (Object) cuq.e) && C14957gcv.b((Object) this.a, (Object) cuq.a);
}
public cUQ() {
this((char) 0);
}
}