82 lines
2.2 KiB
Java
82 lines
2.2 KiB
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class EX extends EQ {
|
||
|
public String a;
|
||
|
public String b;
|
||
|
public String c;
|
||
|
public String d;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class Sts {
|
||
|
public String a;
|
||
|
public String c;
|
||
|
public String d;
|
||
|
public String e;
|
||
|
}
|
||
|
|
||
|
public static Sts d() {
|
||
|
return new Sts();
|
||
|
}
|
||
|
|
||
|
private EX(Sts sts) {
|
||
|
this.a = sts.e;
|
||
|
this.c = sts.d;
|
||
|
this.d = sts.a;
|
||
|
this.b = sts.c;
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (obj == null || getClass() != obj.getClass()) {
|
||
|
return false;
|
||
|
}
|
||
|
EX ex = (EX) obj;
|
||
|
String str = this.a;
|
||
|
if (str == null ? ex.a != null : !str.equals(ex.a)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str2 = this.c;
|
||
|
if (str2 == null ? ex.c != null : !str2.equals(ex.c)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str3 = this.d;
|
||
|
if (str3 == null ? ex.d != null : !str3.equals(ex.d)) {
|
||
|
return false;
|
||
|
}
|
||
|
String str4 = this.b;
|
||
|
String str5 = ex.b;
|
||
|
return str4 != null ? str4.equals(str5) : str5 == null;
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.a;
|
||
|
int hashCode = str != null ? str.hashCode() : 0;
|
||
|
String str2 = this.c;
|
||
|
int hashCode2 = str2 != null ? str2.hashCode() : 0;
|
||
|
String str3 = this.d;
|
||
|
int hashCode3 = str3 != null ? str3.hashCode() : 0;
|
||
|
String str4 = this.b;
|
||
|
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str4 != null ? str4.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
StringBuilder sb = new StringBuilder("TermsAndConditionsDisplay{title='");
|
||
|
sb.append(this.a);
|
||
|
sb.append("', description='");
|
||
|
sb.append(this.c);
|
||
|
sb.append("', positiveText='");
|
||
|
sb.append(this.d);
|
||
|
sb.append("', negativeText='");
|
||
|
sb.append(this.b);
|
||
|
sb.append("'}");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ EX(Sts sts, byte b) {
|
||
|
this(sts);
|
||
|
}
|
||
|
}
|