41 lines
1.0 KiB
Java
41 lines
1.0 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class SRF {
|
||
|
|
||
|
@SerializedName("cardList")
|
||
|
public final List<C17393wQa> a;
|
||
|
|
||
|
@SerializedName("imageURLInfo")
|
||
|
public final String c;
|
||
|
|
||
|
public final String toString() {
|
||
|
List<C17393wQa> list = this.a;
|
||
|
String str = this.c;
|
||
|
StringBuilder sb = new StringBuilder("DebitCardActivationEntity(cardList=");
|
||
|
sb.append(list);
|
||
|
sb.append(", imageURLInfo=");
|
||
|
sb.append(str);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (this.a.hashCode() * 31) + this.c.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof SRF)) {
|
||
|
return false;
|
||
|
}
|
||
|
SRF srf = (SRF) obj;
|
||
|
return C14957gcv.b(this.a, srf.a) && C14957gcv.b((Object) this.c, (Object) srf.c);
|
||
|
}
|
||
|
}
|