57 lines
1.8 KiB
Java
57 lines
1.8 KiB
Java
package o;
|
|
|
|
/* renamed from: o.dBn, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C8119dBn {
|
|
public final String a;
|
|
public final String c;
|
|
public final String d;
|
|
private final String e;
|
|
|
|
public C8119dBn(String str, String str2, String str3, String str4) {
|
|
this.d = str;
|
|
this.e = str2;
|
|
this.c = str3;
|
|
this.a = str4;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
String str2 = this.e;
|
|
String str3 = this.c;
|
|
String str4 = this.a;
|
|
StringBuilder sb = new StringBuilder("HmlConsentDateTime(applicationDateTime=");
|
|
sb.append(str);
|
|
sb.append(", applicationId=");
|
|
sb.append(str2);
|
|
sb.append(", approvalEstimatedTime=");
|
|
sb.append(str3);
|
|
sb.append(", approvalEstimatedTimeDetail=");
|
|
sb.append(str4);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.d;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.e;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.c;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.a;
|
|
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str4 != null ? str4.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C8119dBn)) {
|
|
return false;
|
|
}
|
|
C8119dBn c8119dBn = (C8119dBn) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) c8119dBn.d) && C14957gcv.b((Object) this.e, (Object) c8119dBn.e) && C14957gcv.b((Object) this.c, (Object) c8119dBn.c) && C14957gcv.b((Object) this.a, (Object) c8119dBn.a);
|
|
}
|
|
}
|