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

49 lines
1.2 KiB
Java

package o;
/* loaded from: classes.dex */
public final class GvZ {
public String a;
public String d;
public int e;
public GvZ(String str, String str2, int i) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.a = str;
this.d = str2;
this.e = i;
}
public /* synthetic */ GvZ() {
}
public final String toString() {
String str = this.a;
String str2 = this.d;
int i = this.e;
StringBuilder sb = new StringBuilder("AppConfigGeneralConsent(collectConsentUrlTH=");
sb.append(str);
sb.append(", collectConsentUrlEN=");
sb.append(str2);
sb.append(", cachePeriod=");
sb.append(i);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((this.a.hashCode() * 31) + this.d.hashCode()) * 31) + Integer.hashCode(this.e);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof GvZ)) {
return false;
}
GvZ gvZ = (GvZ) obj;
return C14957gcv.b((Object) this.a, (Object) gvZ.a) && C14957gcv.b((Object) this.d, (Object) gvZ.d) && this.e == gvZ.e;
}
}