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

45 lines
1.3 KiB
Java

package o;
import com.google.android.gms.measurement.api.AppMeasurementSdk;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.xqx, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17568xqx {
@SerializedName("label")
public final String d;
@SerializedName(AppMeasurementSdk.ConditionalUserProperty.VALUE)
public final String e;
public final String toString() {
String str = this.d;
String str2 = this.e;
StringBuilder sb = new StringBuilder("SymbolFullNameEntity(label=");
sb.append(str);
sb.append(", value=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.e;
return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C17568xqx)) {
return false;
}
C17568xqx c17568xqx = (C17568xqx) obj;
return C14957gcv.b((Object) this.d, (Object) c17568xqx.d) && C14957gcv.b((Object) this.e, (Object) c17568xqx.e);
}
}