package o; import org.threeten.bp.OffsetDateTime; /* loaded from: classes3.dex */ public final class gRJ { public final OffsetDateTime a; public final String c; public final String d; public final OffsetDateTime e; public gRJ(String str, String str2, OffsetDateTime offsetDateTime, OffsetDateTime offsetDateTime2) { this.d = str; this.c = str2; this.a = offsetDateTime; this.e = offsetDateTime2; } public final String toString() { String str = this.d; String str2 = this.c; OffsetDateTime offsetDateTime = this.a; OffsetDateTime offsetDateTime2 = this.e; StringBuilder sb = new StringBuilder("NTBCitizenID(number="); sb.append(str); sb.append(", laserCode="); sb.append(str2); sb.append(", issueDate="); sb.append(offsetDateTime); sb.append(", expiryDate="); sb.append(offsetDateTime2); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.d; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.c; int hashCode2 = str2 == null ? 0 : str2.hashCode(); OffsetDateTime offsetDateTime = this.a; int hashCode3 = offsetDateTime == null ? 0 : offsetDateTime.hashCode(); OffsetDateTime offsetDateTime2 = this.e; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (offsetDateTime2 != null ? offsetDateTime2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof gRJ)) { return false; } gRJ grj = (gRJ) obj; return C14957gcv.b((Object) this.d, (Object) grj.d) && C14957gcv.b((Object) this.c, (Object) grj.c) && C14957gcv.b(this.a, grj.a) && C14957gcv.b(this.e, grj.e); } }