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

31 lines
720 B
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class xwo {
@SerializedName("options")
public final List<C12858fJb> c;
public final String toString() {
List<C12858fJb> list = this.c;
StringBuilder sb = new StringBuilder("MaritalOptionsEntity(options=");
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 xwo) && C14957gcv.b(this.c, ((xwo) obj).c);
}
}