63 lines
1.9 KiB
Java
63 lines
1.9 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class EoK {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
private final iJI e;
|
|
|
|
public EoK(iJI iji, String str, String str2, String str3, String str4) {
|
|
C14957gcv.e(iji, "");
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.e = iji;
|
|
this.a = str;
|
|
this.b = str2;
|
|
this.c = str3;
|
|
this.d = str4;
|
|
}
|
|
|
|
public final String toString() {
|
|
iJI iji = this.e;
|
|
String str = this.a;
|
|
String str2 = this.b;
|
|
String str3 = this.c;
|
|
String str4 = this.d;
|
|
StringBuilder sb = new StringBuilder("CtaUpliftFaceRecog(status=");
|
|
sb.append(iji);
|
|
sb.append(", function=");
|
|
sb.append(str);
|
|
sb.append(", sourceModule=");
|
|
sb.append(str2);
|
|
sb.append(", remarkHeader=");
|
|
sb.append(str3);
|
|
sb.append(", remarkDescription=");
|
|
sb.append(str4);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.e.hashCode();
|
|
int hashCode2 = this.a.hashCode();
|
|
int hashCode3 = this.b.hashCode();
|
|
String str = this.c;
|
|
int hashCode4 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.d;
|
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str2 != null ? str2.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof EoK)) {
|
|
return false;
|
|
}
|
|
EoK eoK = (EoK) obj;
|
|
return C14957gcv.b(this.e, eoK.e) && C14957gcv.b((Object) this.a, (Object) eoK.a) && C14957gcv.b((Object) this.b, (Object) eoK.b) && C14957gcv.b((Object) this.c, (Object) eoK.c) && C14957gcv.b((Object) this.d, (Object) eoK.d);
|
|
}
|
|
}
|