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

35 lines
822 B
Java

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