63 lines
1.9 KiB
Java
63 lines
1.9 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class ZYw {
|
|
public Integer a;
|
|
public String b;
|
|
public String c;
|
|
public String d;
|
|
public String e;
|
|
|
|
public ZYw(Integer num, String str, String str2, String str3, String str4) {
|
|
this.a = num;
|
|
this.e = str;
|
|
this.b = str2;
|
|
this.d = str3;
|
|
this.c = str4;
|
|
}
|
|
|
|
public final String toString() {
|
|
Integer num = this.a;
|
|
String str = this.e;
|
|
String str2 = this.b;
|
|
String str3 = this.d;
|
|
String str4 = this.c;
|
|
StringBuilder sb = new StringBuilder("EasycashConsentDocument(sequence=");
|
|
sb.append(num);
|
|
sb.append(", content=");
|
|
sb.append(str);
|
|
sb.append(", consentType=");
|
|
sb.append(str2);
|
|
sb.append(", contentSource=");
|
|
sb.append(str3);
|
|
sb.append(", contentTitle=");
|
|
sb.append(str4);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
Integer num = this.a;
|
|
int hashCode = num == null ? 0 : num.hashCode();
|
|
String str = this.e;
|
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.b;
|
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.d;
|
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.c;
|
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str4 != null ? str4.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof ZYw)) {
|
|
return false;
|
|
}
|
|
ZYw zYw = (ZYw) obj;
|
|
return C14957gcv.b(this.a, zYw.a) && C14957gcv.b((Object) this.e, (Object) zYw.e) && C14957gcv.b((Object) this.b, (Object) zYw.b) && C14957gcv.b((Object) this.d, (Object) zYw.d) && C14957gcv.b((Object) this.c, (Object) zYw.c);
|
|
}
|
|
}
|