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

36 lines
862 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.aA, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1303aA {
@SerializedName("rootCause")
private final String d;
public C1303aA(String str) {
C14957gcv.e(str, "");
this.d = str;
}
public final String toString() {
String str = this.d;
StringBuilder sb = new StringBuilder("RootCauseRequest(rootCause=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof C1303aA) && C14957gcv.b((Object) this.d, (Object) ((C1303aA) obj).d);
}
}