59 lines
1.7 KiB
Java
59 lines
1.7 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.dYW, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C8865dYW {
|
|
|
|
@SerializedName("tilesVersion")
|
|
private final String a;
|
|
|
|
@SerializedName("depositList")
|
|
private final List<C10209dyU> b;
|
|
|
|
@SerializedName("physicalFlag")
|
|
private final String c;
|
|
|
|
public C8865dYW(List<C10209dyU> list, String str, String str2) {
|
|
C14957gcv.e(list, "");
|
|
C14957gcv.e(str, "");
|
|
this.b = list;
|
|
this.c = str;
|
|
this.a = str2;
|
|
}
|
|
|
|
public final String toString() {
|
|
List<C10209dyU> list = this.b;
|
|
String str = this.c;
|
|
String str2 = this.a;
|
|
StringBuilder sb = new StringBuilder("DebitCardLandingRequest(depositList=");
|
|
sb.append(list);
|
|
sb.append(", physicalFlag=");
|
|
sb.append(str);
|
|
sb.append(", tilesVersion=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.b.hashCode();
|
|
int hashCode2 = this.c.hashCode();
|
|
String str = this.a;
|
|
return (((hashCode * 31) + hashCode2) * 31) + (str == null ? 0 : str.hashCode());
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C8865dYW)) {
|
|
return false;
|
|
}
|
|
C8865dYW c8865dYW = (C8865dYW) obj;
|
|
return C14957gcv.b(this.b, c8865dYW.b) && C14957gcv.b((Object) this.c, (Object) c8865dYW.c) && C14957gcv.b((Object) this.a, (Object) c8865dYW.a);
|
|
}
|
|
}
|