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

48 lines
1.4 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.iFC, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C15739iFC extends qJU {
@SerializedName("productProgram")
public String a;
@SerializedName("maximumDuration")
public String d;
@SerializedName("uploadImageDisclaimer")
public String e;
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
return false;
}
C15739iFC c15739iFC = (C15739iFC) obj;
String str = this.d;
if (str == null ? c15739iFC.d != null : !str.equals(c15739iFC.d)) {
return false;
}
String str2 = this.a;
if (str2 == null ? c15739iFC.a != null : !str2.equals(c15739iFC.a)) {
return false;
}
String str3 = this.e;
String str4 = c15739iFC.e;
return str3 != null ? str3.equals(str4) : str4 == null;
}
public int hashCode() {
String str = this.d;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.a;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
String str3 = this.e;
return (((hashCode * 31) + hashCode2) * 31) + (str3 != null ? str3.hashCode() : 0);
}
}