45 lines
1.2 KiB
Java
45 lines
1.2 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.chB, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C7057chB {
|
|
|
|
@SerializedName("configs")
|
|
public final List<C16731qmB> d;
|
|
|
|
@SerializedName("cache")
|
|
public final NJw e;
|
|
|
|
public final String toString() {
|
|
NJw nJw = this.e;
|
|
List<C16731qmB> list = this.d;
|
|
StringBuilder sb = new StringBuilder("BillPaymentBillersConfigEntity(cache=");
|
|
sb.append(nJw);
|
|
sb.append(", configs=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
NJw nJw = this.e;
|
|
int hashCode = nJw == null ? 0 : nJw.hashCode();
|
|
List<C16731qmB> list = this.d;
|
|
return (hashCode * 31) + (list != null ? list.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C7057chB)) {
|
|
return false;
|
|
}
|
|
C7057chB c7057chB = (C7057chB) obj;
|
|
return C14957gcv.b(this.e, c7057chB.e) && C14957gcv.b(this.d, c7057chB.d);
|
|
}
|
|
}
|