56 lines
1.7 KiB
Java
56 lines
1.7 KiB
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.Nb, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0725Nb {
|
||
|
public final String b;
|
||
|
public final String c;
|
||
|
public final String d;
|
||
|
public final String e;
|
||
|
|
||
|
public C0725Nb(String str, String str2, String str3, String str4) {
|
||
|
C14957gcv.e(str4, "");
|
||
|
this.c = str;
|
||
|
this.e = str2;
|
||
|
this.b = str3;
|
||
|
this.d = str4;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.c;
|
||
|
String str2 = this.e;
|
||
|
String str3 = this.b;
|
||
|
String str4 = this.d;
|
||
|
StringBuilder sb = new StringBuilder("HmlCitizenIdDisplay(number=");
|
||
|
sb.append(str);
|
||
|
sb.append(", laserCode=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", issueDate=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", expiryDate=");
|
||
|
sb.append(str4);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.c;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.e;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.b;
|
||
|
return (((((hashCode * 31) + hashCode2) * 31) + (str3 != null ? str3.hashCode() : 0)) * 31) + this.d.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C0725Nb)) {
|
||
|
return false;
|
||
|
}
|
||
|
C0725Nb c0725Nb = (C0725Nb) obj;
|
||
|
return C14957gcv.b((Object) this.c, (Object) c0725Nb.c) && C14957gcv.b((Object) this.e, (Object) c0725Nb.e) && C14957gcv.b((Object) this.b, (Object) c0725Nb.b) && C14957gcv.b((Object) this.d, (Object) c0725Nb.d);
|
||
|
}
|
||
|
}
|