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

41 lines
1.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.Clh, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0257Clh {
@SerializedName("description")
public final String a;
@SerializedName("code")
public final String e;
public final String toString() {
String str = this.e;
String str2 = this.a;
StringBuilder sb = new StringBuilder("ProductType(code=");
sb.append(str);
sb.append(", description=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.e.hashCode() * 31) + this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0257Clh)) {
return false;
}
C0257Clh c0257Clh = (C0257Clh) obj;
return C14957gcv.b((Object) this.e, (Object) c0257Clh.e) && C14957gcv.b((Object) this.a, (Object) c0257Clh.a);
}
}