44 lines
1.2 KiB
Java
44 lines
1.2 KiB
Java
package o;
|
|
|
|
import org.threeten.bp.OffsetDateTime;
|
|
|
|
/* renamed from: o.hcF, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C15668hcF {
|
|
public final String b;
|
|
public final OffsetDateTime d;
|
|
|
|
public C15668hcF(OffsetDateTime offsetDateTime, String str) {
|
|
C14957gcv.e(offsetDateTime, "");
|
|
C14957gcv.e(str, "");
|
|
this.d = offsetDateTime;
|
|
this.b = str;
|
|
}
|
|
|
|
public final String toString() {
|
|
OffsetDateTime offsetDateTime = this.d;
|
|
String str = this.b;
|
|
StringBuilder sb = new StringBuilder("MailingAddressConfirmationResponse(requestDatetime=");
|
|
sb.append(offsetDateTime);
|
|
sb.append(", requestID=");
|
|
sb.append(str);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.d.hashCode() * 31) + this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C15668hcF)) {
|
|
return false;
|
|
}
|
|
C15668hcF c15668hcF = (C15668hcF) obj;
|
|
return C14957gcv.b(this.d, c15668hcF.d) && C14957gcv.b((Object) this.b, (Object) c15668hcF.b);
|
|
}
|
|
}
|