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

76 lines
2.0 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
import org.bouncycastle.i18n.ErrorBundle;
/* loaded from: classes3.dex */
public final class hTt {
@SerializedName("applicationId")
public final String a;
@SerializedName(ErrorBundle.DETAIL_ENTRY)
public final List<Ylx> c;
@SerializedName("offers")
public final List<GIv> d;
@SerializedName("needMoreLine")
public final String e;
private hTt(byte b) {
this.d = null;
this.a = null;
this.c = null;
this.e = null;
}
private /* synthetic */ hTt(char c) {
this((byte) 0);
}
public final String toString() {
List<GIv> list = this.d;
String str = this.a;
List<Ylx> list2 = this.c;
String str2 = this.e;
StringBuilder sb = new StringBuilder("EasycashMCMCEntity(offers=");
sb.append(list);
sb.append(", applicationId=");
sb.append(str);
sb.append(", details=");
sb.append(list2);
sb.append(", needMoreLine=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
List<GIv> list = this.d;
int hashCode = list == null ? 0 : list.hashCode();
String str = this.a;
int hashCode2 = str == null ? 0 : str.hashCode();
List<Ylx> list2 = this.c;
int hashCode3 = list2 == null ? 0 : list2.hashCode();
String str2 = this.e;
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof hTt)) {
return false;
}
hTt htt = (hTt) obj;
return C14957gcv.b(this.d, htt.d) && C14957gcv.b((Object) this.a, (Object) htt.a) && C14957gcv.b(this.c, htt.c) && C14957gcv.b((Object) this.e, (Object) htt.e);
}
public hTt() {
this((char) 0);
}
}