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

53 lines
1.4 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import org.threeten.bp.OffsetDateTime;
/* renamed from: o.ObZ, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0767ObZ {
public OffsetDateTime b;
public cUQ e;
private /* synthetic */ C0767ObZ(byte b) {
this(null, null);
}
public C0767ObZ(cUQ cuq, OffsetDateTime offsetDateTime) {
this.e = cuq;
this.b = offsetDateTime;
}
public final String toString() {
cUQ cuq = this.e;
OffsetDateTime offsetDateTime = this.b;
StringBuilder sb = new StringBuilder("NdidCommonConfirmation(remark=");
sb.append(cuq);
sb.append(", expireDateTime=");
sb.append(offsetDateTime);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
cUQ cuq = this.e;
int hashCode = cuq == null ? 0 : cuq.hashCode();
OffsetDateTime offsetDateTime = this.b;
return (hashCode * 31) + (offsetDateTime != null ? offsetDateTime.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0767ObZ)) {
return false;
}
C0767ObZ c0767ObZ = (C0767ObZ) obj;
return C14957gcv.b(this.e, c0767ObZ.e) && C14957gcv.b(this.b, c0767ObZ.b);
}
public C0767ObZ() {
this((byte) 0);
}
}