76 lines
2.6 KiB
Java
76 lines
2.6 KiB
Java
package o;
|
|
|
|
/* renamed from: o.dws, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C10128dws {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
private final String d;
|
|
public final Hub e;
|
|
private final String g;
|
|
private final String h;
|
|
|
|
public C10128dws(String str, String str2, String str3, String str4, String str5, String str6, Hub hub) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(hub, "");
|
|
this.a = str;
|
|
this.g = str2;
|
|
this.c = str3;
|
|
this.h = str4;
|
|
this.d = str5;
|
|
this.b = str6;
|
|
this.e = hub;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.g;
|
|
String str3 = this.c;
|
|
String str4 = this.h;
|
|
String str5 = this.d;
|
|
String str6 = this.b;
|
|
Hub hub = this.e;
|
|
StringBuilder sb = new StringBuilder("ConsentInfoEkyc(consentType=");
|
|
sb.append(str);
|
|
sb.append(", consentName=");
|
|
sb.append(str2);
|
|
sb.append(", consentVersion=");
|
|
sb.append(str3);
|
|
sb.append(", consentVersionStatus=");
|
|
sb.append(str4);
|
|
sb.append(", channelCode=");
|
|
sb.append(str5);
|
|
sb.append(", consentStatus=");
|
|
sb.append(str6);
|
|
sb.append(", content=");
|
|
sb.append(hub);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.a.hashCode();
|
|
String str = this.g;
|
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
|
int hashCode3 = this.c.hashCode();
|
|
String str2 = this.h;
|
|
int hashCode4 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.d;
|
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str3 != null ? str3.hashCode() : 0)) * 31) + this.b.hashCode()) * 31) + this.e.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C10128dws)) {
|
|
return false;
|
|
}
|
|
C10128dws c10128dws = (C10128dws) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) c10128dws.a) && C14957gcv.b((Object) this.g, (Object) c10128dws.g) && C14957gcv.b((Object) this.c, (Object) c10128dws.c) && C14957gcv.b((Object) this.h, (Object) c10128dws.h) && C14957gcv.b((Object) this.d, (Object) c10128dws.d) && C14957gcv.b((Object) this.b, (Object) c10128dws.b) && C14957gcv.b(this.e, c10128dws.e);
|
|
}
|
|
}
|