32 lines
849 B
Java
32 lines
849 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.ntl, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C16391ntl extends C16562pOe {
|
||
|
|
||
|
@SerializedName("prepaidCardList")
|
||
|
public final List<C17613yLE> b;
|
||
|
|
||
|
public final String toString() {
|
||
|
List<C17613yLE> list = this.b;
|
||
|
StringBuilder sb = new StringBuilder("UnregisteredPrepaidCardsListEntity(prepaidCardList=");
|
||
|
sb.append(list);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return this.b.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
return (obj instanceof C16391ntl) && C14957gcv.b(this.b, ((C16391ntl) obj).b);
|
||
|
}
|
||
|
}
|