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

43 lines
1.2 KiB
Java

package o;
/* renamed from: o.snw, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16969snw {
public final String c;
public final String e;
public C16969snw(String str, String str2) {
this.e = str;
this.c = str2;
}
public final String toString() {
String str = this.e;
String str2 = this.c;
StringBuilder sb = new StringBuilder("Purpose(value=");
sb.append(str);
sb.append(", msg=");
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.c;
return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16969snw)) {
return false;
}
C16969snw c16969snw = (C16969snw) obj;
return C14957gcv.b((Object) this.e, (Object) c16969snw.e) && C14957gcv.b((Object) this.c, (Object) c16969snw.c);
}
}