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

75 lines
2.0 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class ieb {
@SerializedName("description")
public final List<HtM> b;
@SerializedName("descriptionHeader")
public final String c;
@SerializedName("header")
public final String d;
@SerializedName("eligibility")
public final List<mFg> e;
private ieb(byte b) {
this.d = null;
this.e = null;
this.c = null;
this.b = null;
}
private /* synthetic */ ieb(char c) {
this((byte) 0);
}
public final String toString() {
String str = this.d;
List<mFg> list = this.e;
String str2 = this.c;
List<HtM> list2 = this.b;
StringBuilder sb = new StringBuilder("CheckEligibilityEntity(header=");
sb.append(str);
sb.append(", eligibility=");
sb.append(list);
sb.append(", descriptionHeader=");
sb.append(str2);
sb.append(", description=");
sb.append(list2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
List<mFg> list = this.e;
int hashCode2 = list == null ? 0 : list.hashCode();
String str2 = this.c;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
List<HtM> list2 = this.b;
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (list2 != null ? list2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof ieb)) {
return false;
}
ieb iebVar = (ieb) obj;
return C14957gcv.b((Object) this.d, (Object) iebVar.d) && C14957gcv.b(this.e, iebVar.e) && C14957gcv.b((Object) this.c, (Object) iebVar.c) && C14957gcv.b(this.b, iebVar.b);
}
public ieb() {
this((char) 0);
}
}