what-the-bank/sources/o/uUI.java

52 lines
1.5 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class uUI extends C16562pOe {
@SerializedName("sharedText")
public final String a;
@SerializedName("termsandconditionsURL")
public final String b;
@SerializedName("imagePath")
public final String d;
@SerializedName("referCode")
public final String e;
public final String toString() {
String str = this.d;
String str2 = this.e;
String str3 = this.b;
String str4 = this.a;
StringBuilder sb = new StringBuilder("FriendsLandingEntity(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.d.hashCode() * 31) + this.e.hashCode()) * 31) + this.b.hashCode()) * 31) + this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof uUI)) {
return false;
}
uUI uui = (uUI) obj;
return C14957gcv.b((Object) this.d, (Object) uui.d) && C14957gcv.b((Object) this.e, (Object) uui.e) && C14957gcv.b((Object) this.b, (Object) uui.b) && C14957gcv.b((Object) this.a, (Object) uui.a);
}
}