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

58 lines
1.7 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.wLU, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17384wLU {
@SerializedName("uuid")
private final String b;
@SerializedName("productProgram")
private final String d;
@SerializedName("productType")
private final String e;
public C17384wLU(String str, String str2, String str3) {
this.b = str;
this.e = str2;
this.d = str3;
}
public final String toString() {
String str = this.b;
String str2 = this.e;
String str3 = this.d;
StringBuilder sb = new StringBuilder("NcbMultiproductDetailRequest(uuid=");
sb.append(str);
sb.append(", productType=");
sb.append(str2);
sb.append(", productProgram=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.b;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.e;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.d;
return (((hashCode * 31) + hashCode2) * 31) + (str3 != null ? str3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C17384wLU)) {
return false;
}
C17384wLU c17384wLU = (C17384wLU) obj;
return C14957gcv.b((Object) this.b, (Object) c17384wLU.b) && C14957gcv.b((Object) this.e, (Object) c17384wLU.e) && C14957gcv.b((Object) this.d, (Object) c17384wLU.d);
}
}