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

55 lines
1.5 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class yge extends Pag {
public final String a;
public final LpH b;
private final int c;
public final String d;
public yge(int i, String str, String str2, LpH lpH) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.c = i;
this.a = str;
this.d = str2;
this.b = lpH;
}
public final String toString() {
int i = this.c;
String str = this.a;
String str2 = this.d;
LpH lpH = this.b;
StringBuilder sb = new StringBuilder("Privacy(sortSequence=");
sb.append(i);
sb.append(", privacyType=");
sb.append(str);
sb.append(", label=");
sb.append(str2);
sb.append(", additionalMetaData=");
sb.append(lpH);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = Integer.hashCode(this.c);
int hashCode2 = this.a.hashCode();
int hashCode3 = this.d.hashCode();
LpH lpH = this.b;
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (lpH == null ? 0 : lpH.hashCode());
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof yge)) {
return false;
}
yge ygeVar = (yge) obj;
return this.c == ygeVar.c && C14957gcv.b((Object) this.a, (Object) ygeVar.a) && C14957gcv.b((Object) this.d, (Object) ygeVar.d) && C14957gcv.b(this.b, ygeVar.b);
}
}