67 lines
2.0 KiB
Java
67 lines
2.0 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class Rbd {
|
||
|
|
||
|
@SerializedName("applicationId")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName("sortSequence")
|
||
|
public final Integer b;
|
||
|
|
||
|
@SerializedName("cardRefNo")
|
||
|
public final String c;
|
||
|
|
||
|
@SerializedName("cardMask")
|
||
|
public final String d;
|
||
|
|
||
|
@SerializedName("productType")
|
||
|
public final ldW e;
|
||
|
|
||
|
public final String toString() {
|
||
|
Integer num = this.b;
|
||
|
String str = this.a;
|
||
|
String str2 = this.c;
|
||
|
String str3 = this.d;
|
||
|
ldW ldw = this.e;
|
||
|
StringBuilder sb = new StringBuilder("MailingAddressCardListEntity(sortSequence=");
|
||
|
sb.append(num);
|
||
|
sb.append(", applicationId=");
|
||
|
sb.append(str);
|
||
|
sb.append(", cardRefNo=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", cardMask=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", productType=");
|
||
|
sb.append(ldw);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
Integer num = this.b;
|
||
|
int hashCode = num == null ? 0 : num.hashCode();
|
||
|
String str = this.a;
|
||
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.c;
|
||
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.d;
|
||
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
||
|
ldW ldw = this.e;
|
||
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (ldw != null ? ldw.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof Rbd)) {
|
||
|
return false;
|
||
|
}
|
||
|
Rbd rbd = (Rbd) obj;
|
||
|
return C14957gcv.b(this.b, rbd.b) && C14957gcv.b((Object) this.a, (Object) rbd.a) && C14957gcv.b((Object) this.c, (Object) rbd.c) && C14957gcv.b((Object) this.d, (Object) rbd.d) && C14957gcv.b(this.e, rbd.e);
|
||
|
}
|
||
|
}
|