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

37 lines
972 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import org.threeten.bp.OffsetDateTime;
/* renamed from: o.mbx, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16240mbx {
public final OffsetDateTime a;
public C16240mbx(OffsetDateTime offsetDateTime) {
this.a = offsetDateTime;
}
public final String toString() {
OffsetDateTime offsetDateTime = this.a;
StringBuilder sb = new StringBuilder("MerchantOtp(updatedTimestamp=");
sb.append(offsetDateTime);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
OffsetDateTime offsetDateTime = this.a;
if (offsetDateTime == null) {
return 0;
}
return offsetDateTime.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof C16240mbx) && C14957gcv.b(this.a, ((C16240mbx) obj).a);
}
}