package com.revenuecat.purchases.paywalls.events;

import kotlin.jvm.internal.h;
import kotlin.jvm.internal.o;

/* JADX INFO: loaded from: classes3.dex */
public final class CustomPaywallImpressionParams {
    private final String offeringId;
    private final String paywallId;

    /* JADX WARN: Multi-variable type inference failed */
    public CustomPaywallImpressionParams() {
        this(null, 0 == true ? 1 : 0, 3, 0 == true ? 1 : 0);
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof CustomPaywallImpressionParams)) {
            return false;
        }
        CustomPaywallImpressionParams customPaywallImpressionParams = (CustomPaywallImpressionParams) obj;
        return o.c(this.paywallId, customPaywallImpressionParams.paywallId) && o.c(this.offeringId, customPaywallImpressionParams.offeringId);
    }

    public final String getOfferingId() {
        return this.offeringId;
    }

    public final String getPaywallId() {
        return this.paywallId;
    }

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

    public String toString() {
        StringBuilder sb = new StringBuilder("CustomPaywallImpressionParams(paywallId=");
        sb.append(this.paywallId);
        sb.append(", offeringId=");
        return Z0.o.r(sb, this.offeringId, ')');
    }

    /* JADX WARN: Multi-variable type inference failed */
    public CustomPaywallImpressionParams(String str) {
        this(str, null, 2, 0 == true ? 1 : 0);
    }

    public CustomPaywallImpressionParams(String str, String str2) {
        this.paywallId = str;
        this.offeringId = str2;
    }

    public /* synthetic */ CustomPaywallImpressionParams(String str, String str2, int i6, h hVar) {
        this((i6 & 1) != 0 ? null : str, (i6 & 2) != 0 ? null : str2);
    }
}
