75 lines
2.3 KiB
Java
75 lines
2.3 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.an, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C2886an {
|
|
|
|
@SerializedName("dividendWithholdingTaxFlag")
|
|
private final String a;
|
|
|
|
@SerializedName("creditLimit")
|
|
private final String b;
|
|
|
|
@SerializedName("accountSegmentCode")
|
|
private final String c;
|
|
|
|
@SerializedName("accountSegmentDesc")
|
|
private final String d;
|
|
|
|
@SerializedName("aumValue")
|
|
private final String e;
|
|
|
|
public C2886an(String str, String str2, String str3, String str4, String str5) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str5, "");
|
|
this.e = str;
|
|
this.c = str2;
|
|
this.d = str3;
|
|
this.b = str4;
|
|
this.a = str5;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.c;
|
|
String str3 = this.d;
|
|
String str4 = this.b;
|
|
String str5 = this.a;
|
|
StringBuilder sb = new StringBuilder("SCBSCreditLimitRequest(aumValue=");
|
|
sb.append(str);
|
|
sb.append(", accountSegmentCode=");
|
|
sb.append(str2);
|
|
sb.append(", accountSegmentDesc=");
|
|
sb.append(str3);
|
|
sb.append(", creditLimit=");
|
|
sb.append(str4);
|
|
sb.append(", dividendWithholdingTaxFlag=");
|
|
sb.append(str5);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.e.hashCode();
|
|
int hashCode2 = this.c.hashCode();
|
|
int hashCode3 = this.d.hashCode();
|
|
String str = this.b;
|
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.a.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C2886an)) {
|
|
return false;
|
|
}
|
|
C2886an c2886an = (C2886an) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) c2886an.e) && C14957gcv.b((Object) this.c, (Object) c2886an.c) && C14957gcv.b((Object) this.d, (Object) c2886an.d) && C14957gcv.b((Object) this.b, (Object) c2886an.b) && C14957gcv.b((Object) this.a, (Object) c2886an.a);
|
|
}
|
|
}
|