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

58 lines
1.6 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.bm, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C5068bm {
@SerializedName("TH")
public final C4803bh c;
@SerializedName("usage")
public final String d;
@SerializedName("EN")
public final C4803bh e;
public C5068bm(C4803bh c4803bh, C4803bh c4803bh2, String str) {
this.e = c4803bh;
this.c = c4803bh2;
this.d = str;
}
public final String toString() {
C4803bh c4803bh = this.e;
C4803bh c4803bh2 = this.c;
String str = this.d;
StringBuilder sb = new StringBuilder("MailingAddressRequest(enAddress=");
sb.append(c4803bh);
sb.append(", thAddress=");
sb.append(c4803bh2);
sb.append(", usage=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
C4803bh c4803bh = this.e;
int hashCode = c4803bh == null ? 0 : c4803bh.hashCode();
C4803bh c4803bh2 = this.c;
int hashCode2 = c4803bh2 == null ? 0 : c4803bh2.hashCode();
String str = this.d;
return (((hashCode * 31) + hashCode2) * 31) + (str != null ? str.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C5068bm)) {
return false;
}
C5068bm c5068bm = (C5068bm) obj;
return C14957gcv.b(this.e, c5068bm.e) && C14957gcv.b(this.c, c5068bm.c) && C14957gcv.b((Object) this.d, (Object) c5068bm.d);
}
}