49 lines
1.3 KiB
Java
49 lines
1.3 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.HashMap;
|
|
|
|
/* renamed from: o.bw, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C5597bw {
|
|
|
|
@SerializedName("answerList")
|
|
private final HashMap<String, String> a;
|
|
|
|
@SerializedName("tokenId")
|
|
private final String b;
|
|
|
|
public C5597bw(String str, HashMap<String, String> hashMap) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(hashMap, "");
|
|
this.b = str;
|
|
this.a = hashMap;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
HashMap<String, String> hashMap = this.a;
|
|
StringBuilder sb = new StringBuilder("MutualFundKnowledgeAssessmentDataRequest(tokenId=");
|
|
sb.append(str);
|
|
sb.append(", answerList=");
|
|
sb.append(hashMap);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.b.hashCode() * 31) + this.a.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C5597bw)) {
|
|
return false;
|
|
}
|
|
C5597bw c5597bw = (C5597bw) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) c5597bw.b) && C14957gcv.b(this.a, c5597bw.a);
|
|
}
|
|
}
|