what-the-bank/sources/o/gOm.java

31 lines
716 B
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class gOm {
@SerializedName("categories")
public final List<AbM> c;
public final String toString() {
List<AbM> list = this.c;
StringBuilder sb = new StringBuilder("MerchantCategoryEntity(categories=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof gOm) && C14957gcv.b(this.c, ((gOm) obj).c);
}
}