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

31 lines
722 B
Java

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