package com.martsnew.data.model.request;

import I1.a;
import P6.g;
import o6.InterfaceC1389i;
import o6.InterfaceC1392l;

/* JADX INFO: loaded from: classes.dex */
@InterfaceC1392l(generateAdapter = true)
public final class ForgotPasswordRequest {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f10605a;

    public ForgotPasswordRequest(@InterfaceC1389i(name = "email") String str) {
        g.e(str, "email");
        this.f10605a = str;
    }

    public final ForgotPasswordRequest copy(@InterfaceC1389i(name = "email") String str) {
        g.e(str, "email");
        return new ForgotPasswordRequest(str);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof ForgotPasswordRequest) && g.a(this.f10605a, ((ForgotPasswordRequest) obj).f10605a);
    }

    public final int hashCode() {
        return this.f10605a.hashCode();
    }

    public final String toString() {
        return a.r(new StringBuilder("ForgotPasswordRequest(email="), this.f10605a, ")");
    }
}
