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

69 lines
1.8 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* renamed from: o.uSH, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17163uSH {
@SerializedName("objectives")
public final List<IeS> e;
/* renamed from: o.uSH$IeS */
/* loaded from: classes3.dex */
public static final class IeS {
@SerializedName("sortSequence")
public final String a;
@SerializedName("label")
public final String b;
public final String toString() {
String str = this.a;
String str2 = this.b;
StringBuilder sb = new StringBuilder("ObjectiveEntity(sortSequence=");
sb.append(str);
sb.append(", label=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.a.hashCode() * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof IeS)) {
return false;
}
IeS ieS = (IeS) obj;
return C14957gcv.b((Object) this.a, (Object) ieS.a) && C14957gcv.b((Object) this.b, (Object) ieS.b);
}
}
public final String toString() {
List<IeS> list = this.e;
StringBuilder sb = new StringBuilder("InvestmentObjectivesEntity(objectives=");
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 C17163uSH) && C14957gcv.b(this.e, ((C17163uSH) obj).e);
}
}