package com.martsnew.data.model.response;

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

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

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

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

    public ContactLinkResponse(@InterfaceC1389i(name = "telegram") String str, @InterfaceC1389i(name = "web") String str2) {
        this.f10687a = str;
        this.f10688b = str2;
    }

    public final ContactLinkResponse copy(@InterfaceC1389i(name = "telegram") String str, @InterfaceC1389i(name = "web") String str2) {
        return new ContactLinkResponse(str, str2);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof ContactLinkResponse)) {
            return false;
        }
        ContactLinkResponse contactLinkResponse = (ContactLinkResponse) obj;
        return g.a(this.f10687a, contactLinkResponse.f10687a) && g.a(this.f10688b, contactLinkResponse.f10688b);
    }

    public final int hashCode() {
        String str = this.f10687a;
        int iHashCode = (str == null ? 0 : str.hashCode()) * 31;
        String str2 = this.f10688b;
        return iHashCode + (str2 != null ? str2.hashCode() : 0);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("ContactLinkResponse(telegram=");
        sb.append(this.f10687a);
        sb.append(", web=");
        return a.r(sb, this.f10688b, ")");
    }
}
