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

35 lines
863 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.Qdm, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0862Qdm {
@SerializedName("ncb")
private final String b;
public final String toString() {
String str = this.b;
StringBuilder sb = new StringBuilder("EasycashCreditPowerConsentEntity(ncb=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.b;
if (str == null) {
return 0;
}
return str.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof C0862Qdm) && C14957gcv.b((Object) this.b, (Object) ((C0862Qdm) obj).b);
}
}