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

46 lines
1.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class tHG {
@SerializedName("number")
public final String a;
@SerializedName("issueDate")
public final String b;
@SerializedName("laserCode")
public final String c;
public final String toString() {
String str = this.a;
String str2 = this.c;
String str3 = this.b;
StringBuilder sb = new StringBuilder("ExtendedCitizenIdEntity(number=");
sb.append(str);
sb.append(", laserCode=");
sb.append(str2);
sb.append(", issueDate=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((this.a.hashCode() * 31) + this.c.hashCode()) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof tHG)) {
return false;
}
tHG thg = (tHG) obj;
return C14957gcv.b((Object) this.a, (Object) thg.a) && C14957gcv.b((Object) this.c, (Object) thg.c) && C14957gcv.b((Object) this.b, (Object) thg.b);
}
}