53 lines
1.5 KiB
Java
53 lines
1.5 KiB
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class IhJ {
|
||
|
public final String a;
|
||
|
public final String c;
|
||
|
public final String d;
|
||
|
public final String e;
|
||
|
|
||
|
public IhJ(String str, String str2, String str3, String str4) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
this.a = str;
|
||
|
this.c = str2;
|
||
|
this.e = str3;
|
||
|
this.d = str4;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.a;
|
||
|
String str2 = this.c;
|
||
|
String str3 = this.e;
|
||
|
String str4 = this.d;
|
||
|
StringBuilder sb = new StringBuilder("FriendsLanding(imagePath=");
|
||
|
sb.append(str);
|
||
|
sb.append(", referCode=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", termsandconditionsURL=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", sharedText=");
|
||
|
sb.append(str4);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((((this.a.hashCode() * 31) + this.c.hashCode()) * 31) + this.e.hashCode()) * 31) + this.d.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof IhJ)) {
|
||
|
return false;
|
||
|
}
|
||
|
IhJ ihJ = (IhJ) obj;
|
||
|
return C14957gcv.b((Object) this.a, (Object) ihJ.a) && C14957gcv.b((Object) this.c, (Object) ihJ.c) && C14957gcv.b((Object) this.e, (Object) ihJ.e) && C14957gcv.b((Object) this.d, (Object) ihJ.d);
|
||
|
}
|
||
|
}
|