56 lines
1.5 KiB
Java
56 lines
1.5 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.cm, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C7320cm {
|
|
|
|
@SerializedName("consentStatus")
|
|
private final String a;
|
|
|
|
@SerializedName("productType")
|
|
private final String d;
|
|
|
|
@SerializedName("consentType")
|
|
private final String e;
|
|
|
|
public C7320cm(String str, String str2, String str3) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
this.d = str;
|
|
this.e = str2;
|
|
this.a = str3;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
String str2 = this.e;
|
|
String str3 = this.a;
|
|
StringBuilder sb = new StringBuilder("EkycConsentRequest(productType=");
|
|
sb.append(str);
|
|
sb.append(", consentType=");
|
|
sb.append(str2);
|
|
sb.append(", consentStatus=");
|
|
sb.append(str3);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((this.d.hashCode() * 31) + this.e.hashCode()) * 31) + this.a.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C7320cm)) {
|
|
return false;
|
|
}
|
|
C7320cm c7320cm = (C7320cm) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) c7320cm.d) && C14957gcv.b((Object) this.e, (Object) c7320cm.e) && C14957gcv.b((Object) this.a, (Object) c7320cm.a);
|
|
}
|
|
}
|