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

48 lines
1.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.cV, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C6509cV {
@SerializedName("refId")
private final String a;
@SerializedName("refType")
private final String c;
public C6509cV(String str, String str2) {
C14957gcv.e(str2, "");
this.a = str;
this.c = str2;
}
public final String toString() {
String str = this.a;
String str2 = this.c;
StringBuilder sb = new StringBuilder("RefIdsRequest(refId=");
sb.append(str);
sb.append(", refType=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.a;
return ((str == null ? 0 : str.hashCode()) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C6509cV)) {
return false;
}
C6509cV c6509cV = (C6509cV) obj;
return C14957gcv.b((Object) this.a, (Object) c6509cV.a) && C14957gcv.b((Object) this.c, (Object) c6509cV.c);
}
}