47 lines
1.0 KiB
Java
47 lines
1.0 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class EZP {
|
|
|
|
@SerializedName("bankingServiceTiles")
|
|
public final List<C16329nXS> a;
|
|
|
|
private EZP(byte b) {
|
|
this.a = null;
|
|
}
|
|
|
|
private /* synthetic */ EZP(char c) {
|
|
this((byte) 0);
|
|
}
|
|
|
|
public final String toString() {
|
|
List<C16329nXS> list = this.a;
|
|
StringBuilder sb = new StringBuilder("BankingServiceTilesResponseEntity(bankingServiceTiles=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
List<C16329nXS> list = this.a;
|
|
if (list == null) {
|
|
return 0;
|
|
}
|
|
return list.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof EZP) && C14957gcv.b(this.a, ((EZP) obj).a);
|
|
}
|
|
|
|
public EZP() {
|
|
this((char) 0);
|
|
}
|
|
}
|