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

31 lines
725 B
Java

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