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

66 lines
1.7 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class naT extends C16562pOe {
@SerializedName("debitCard")
public final C17019tKj b;
@SerializedName("redirectURL")
public final String d;
@SerializedName("limitList")
public final List<qEP> e;
private /* synthetic */ naT(char c) {
this((byte) 0);
}
private naT(byte b) {
this.e = null;
this.b = null;
this.d = null;
}
public final String toString() {
List<qEP> list = this.e;
C17019tKj c17019tKj = this.b;
String str = this.d;
StringBuilder sb = new StringBuilder("PersonalLimitListEntity(limitList=");
sb.append(list);
sb.append(", debitCard=");
sb.append(c17019tKj);
sb.append(", redirectURL=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
List<qEP> list = this.e;
int hashCode = list == null ? 0 : list.hashCode();
C17019tKj c17019tKj = this.b;
int hashCode2 = c17019tKj == null ? 0 : c17019tKj.hashCode();
String str = this.d;
return (((hashCode * 31) + hashCode2) * 31) + (str != null ? str.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof naT)) {
return false;
}
naT nat = (naT) obj;
return C14957gcv.b(this.e, nat.e) && C14957gcv.b(this.b, nat.b) && C14957gcv.b((Object) this.d, (Object) nat.d);
}
public naT() {
this((char) 0);
}
}